Home
last modified time | relevance | path

Searched refs:zmask (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c542 unsigned zmask = 0; in depth_test_quad() local
550 zmask |= (1 << j); \ in depth_test_quad()
555 zmask |= (1 << j); \ in depth_test_quad()
586 zmask = MASK_ALL; in depth_test_quad()
592 quad->inout.mask &= zmask; in depth_test_quad()
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt197 if (zmask) destination.z = v.x;
237 if (zmask) destination.z = u.x;
276 if (zmask) destination.z = t.z - u.z;
290 if (zmask) destination.z = (t.z >= 0) ? t.z : -t.z;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2250 if (zmask) destination.z = t.z;
2280 if (zmask) destination.z = t.z * u.z;
2310 if (zmask) destination.z = t.z + u.z;
2351 if (zmask) destination.z = t.z * u.z + v.z;
2376 if (zmask) destination.z = u.x;
2401 if (zmask) destination.z = u.x;
2435 if (zmask) destination.z = v.x;
2466 if (zmask) destination.z = v.x;
2491 if (zmask) destination.z = t.z;
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt197 if (zmask) destination.z = v.x;
237 if (zmask) destination.z = u.x;
276 if (zmask) destination.z = t.z - u.z;
290 if (zmask) destination.z = (t.z >= 0) ? t.z : -t.z;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2250 if (zmask) destination.z = t.z;
2280 if (zmask) destination.z = t.z * u.z;
2310 if (zmask) destination.z = t.z + u.z;
2351 if (zmask) destination.z = t.z * u.z + v.z;
2376 if (zmask) destination.z = u.x;
2401 if (zmask) destination.z = u.x;
2435 if (zmask) destination.z = v.x;
2466 if (zmask) destination.z = v.x;
2491 if (zmask) destination.z = t.z;
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c603 const uint32_t zmask = 0; in si_get_htile_clear_value() local
618 ((zmask & 0xF) << 0); in si_get_htile_clear_value()
643 ((zmask & 0xF) << 0); in si_get_htile_clear_value()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c732 uint32_t zmask = 0, smem = 0; in radv_get_htile_fast_clear_value() local
749 ((zmask & 0xf) << 0)); in radv_get_htile_fast_clear_value()
773 ((zmask & 0xf) << 0)); in radv_get_htile_fast_clear_value()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3492 LLVMValueRef negmask, infmask, zmask; in lp_build_log2_approx() local
3495 zmask = lp_build_cmp(bld, PIPE_FUNC_EQUAL, x, in lp_build_log2_approx()
3505 res = lp_build_select(bld, zmask, in lp_build_log2_approx()