Searched refs:gather_channel_quirk_mask (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_debug_recompile.c65 found |= check("gather channel quirk", gather_channel_quirk_mask);
H A Dbrw_compiler.h172 uint32_t gather_channel_quirk_mask; member in struct:brw_sampler_prog_key_data
H A Dbrw_vec4_nir.cpp2114 (key_tex->gather_channel_quirk_mask & (1 << texture))) {
H A Dbrw_fs_nir.cpp5456 key_tex->gather_channel_quirk_mask & (1 << texture)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_debug_recompile.c65 found |= check("gather channel quirk", gather_channel_quirk_mask);
H A Dbrw_compiler.h190 uint32_t gather_channel_quirk_mask; member in struct:brw_sampler_prog_key_data
H A Dbrw_vec4_nir.cpp2113 (key_tex->gather_channel_quirk_mask & (1 << texture))) {
H A Dbrw_fs_nir.cpp6253 key_tex->gather_channel_quirk_mask & (1 << texture)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c264 key->gather_channel_quirk_mask |= 1 << s;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c275 key->gather_channel_quirk_mask |= 1 << s;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c59 key->gather_channel_quirk_mask = 0;
203 key->gather_channel_quirk_mask |= 1 << s;
975 if (key->gather_channel_quirk_mask & (1 << tex->texture_index))

Completed in 38 milliseconds