Searched refs:valMask (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c349 * \param valMask the stencil value mask indicating which bits of the stencil
356 unsigned ref, unsigned valMask)
364 refs[j] = data->shader_stencil_refs[j] & valMask;
366 refs[j] = ref & valMask;
375 if (refs[j] < (data->stencilVals[j] & valMask)) {
382 if (refs[j] == (data->stencilVals[j] & valMask)) {
389 if (refs[j] <= (data->stencilVals[j] & valMask)) {
396 if (refs[j] > (data->stencilVals[j] & valMask)) {
403 if (refs[j] != (data->stencilVals[j] & valMask)) {
410 if (refs[j] >= (data->stencilVals[j] & valMask)) {
354 do_stencil_test(struct depth_data * data,unsigned func,unsigned ref,unsigned valMask) argument
627 ubyte ref, wrtMask, valMask; local in function:depth_stencil_test_quad
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c349 * \param valMask the stencil value mask indicating which bits of the stencil
356 unsigned ref, unsigned valMask)
364 refs[j] = data->shader_stencil_refs[j] & valMask;
366 refs[j] = ref & valMask;
375 if (refs[j] < (data->stencilVals[j] & valMask)) {
382 if (refs[j] == (data->stencilVals[j] & valMask)) {
389 if (refs[j] <= (data->stencilVals[j] & valMask)) {
396 if (refs[j] > (data->stencilVals[j] & valMask)) {
403 if (refs[j] != (data->stencilVals[j] & valMask)) {
410 if (refs[j] >= (data->stencilVals[j] & valMask)) {
354 do_stencil_test(struct depth_data * data,unsigned func,unsigned ref,unsigned valMask) argument
624 ubyte ref, wrtMask, valMask; local in function:depth_stencil_test_quad
[all...]

Completed in 4 milliseconds