Searched refs:zmask (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 542 unsigned zmask = 0; local in function:depth_test_quad 547 /* zmask = 0 */ 555 zmask |= 1 << j; 561 zmask |= 1 << j; 567 zmask |= (1 << j); 573 zmask |= (1 << j); 579 zmask |= (1 << j); 585 zmask |= (1 << j); 589 zmask = MASK_ALL; 595 quad->inout.mask &= zmask; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 542 unsigned zmask = 0; local in function:depth_test_quad 550 zmask |= (1 << j); \ 555 zmask |= (1 << j); \ 562 /* zmask = 0 */ 586 zmask = MASK_ALL; 592 quad->inout.mask &= zmask;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_clear.c | 475 const uint32_t zmask = 0; local in function:si_get_htile_clear_value 490 ((zmask & 0xF) << 0); 515 ((zmask & 0xF) << 0);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 876 uint32_t zmask = 0, smem = 0; local in function:radv_get_htile_fast_clear_value 893 ((zmask & 0xf) << 0)); 917 ((zmask & 0xf) << 0));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3574 LLVMValueRef negmask, infmask, zmask; local in function:lp_build_log2_approx 3577 zmask = lp_build_cmp(bld, PIPE_FUNC_EQUAL, x, 3587 res = lp_build_select(bld, zmask,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3505 LLVMValueRef negmask, infmask, zmask; local in function:lp_build_log2_approx 3508 zmask = lp_build_cmp(bld, PIPE_FUNC_EQUAL, x, 3518 res = lp_build_select(bld, zmask,
|
Completed in 20 milliseconds