HomeSort by relevance Sort by last modified time
    Searched refs:valMask (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 336 * \param valMask the stencil value mask indicating which bits of the stencil
343 unsigned ref, unsigned valMask)
351 refs[j] = data->shader_stencil_refs[j] & valMask;
353 refs[j] = ref & valMask;
362 if (refs[j] < (data->stencilVals[j] & valMask)) {
369 if (refs[j] == (data->stencilVals[j] & valMask)) {
376 if (refs[j] <= (data->stencilVals[j] & valMask)) {
383 if (refs[j] > (data->stencilVals[j] & valMask)) {
390 if (refs[j] != (data->stencilVals[j] & valMask)) {
397 if (refs[j] >= (data->stencilVals[j] & valMask)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 336 * \param valMask the stencil value mask indicating which bits of the stencil
343 unsigned ref, unsigned valMask)
351 refs[j] = data->shader_stencil_refs[j] & valMask;
353 refs[j] = ref & valMask;
362 if (refs[j] < (data->stencilVals[j] & valMask)) {
369 if (refs[j] == (data->stencilVals[j] & valMask)) {
376 if (refs[j] <= (data->stencilVals[j] & valMask)) {
383 if (refs[j] > (data->stencilVals[j] & valMask)) {
390 if (refs[j] != (data->stencilVals[j] & valMask)) {
397 if (refs[j] >= (data->stencilVals[j] & valMask)) {
    [all...]

Completed in 3698 milliseconds