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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_fastpath.c99 expand_mask(uint32_t int_mask, function in typeref:typename:void
131 expand_mask(int_mask, vec_mask);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp6133 unsigned expand_mask = local in function:aco::__anon562fcc110110::visit_image_load
6135 expand_mask = MAX2(expand_mask, 1); /* this can be zero in the case of sparse image loads */
6137 expand_mask = (1u << util_last_bit(expand_mask)) - 1u;
6138 unsigned dmask = expand_mask;
6140 expand_mask &= 0x9;
6142 dmask = ((expand_mask & 0x1) ? 0x3 : 0) | ((expand_mask & 0x8) ? 0xc : 0);
6145 expand_mask |
[all...]

Completed in 16 milliseconds