Searched refs:block_mask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_structs.h754 unsigned block_mask:6; member in struct:i915_3dstate_load_indirect::__anonea2082432e08
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_structs.h754 unsigned block_mask:6; member in struct:i915_3dstate_load_indirect::__anona54546772e08
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_structs.h804 unsigned block_mask : 6; member in struct:i915_3dstate_load_indirect::__anon8e8c39663008
H A Di915_xvmc.c397 load_indirect->dw0.block_mask = BLOCK_DIS | BLOCK_SSB | BLOCK_PSP | BLOCK_PSC;
738 load_indirect->dw0.block_mask = BLOCK_SIS | BLOCK_MSB;
973 load_indirect->dw0.block_mask = mask;
1468 load_indirect->dw0.block_mask = BLOCK_SIS | BLOCK_SSB | BLOCK_MSB | BLOCK_PSP;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c2010 LLVMValueRef block_mask = lp_build_const_int_vec(bld->gallivm, bld->type, block_length - 1); local in function:lp_build_sample_partial_offset
2011 subcoord = LLVMBuildAnd(builder, coord, block_mask, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c2084 LLVMValueRef block_mask = lp_build_const_int_vec(bld->gallivm, bld->type, block_length - 1); local in function:lp_build_sample_partial_offset
2085 subcoord = LLVMBuildAnd(builder, coord, block_mask, "");

Completed in 19 milliseconds