Home
last modified time | relevance | path

Searched refs:gather_channel_quirk_mask (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c65 found |= check("gather channel quirk", gather_channel_quirk_mask); in debug_sampler_recompile()
Dbrw_compiler.h195 uint32_t gather_channel_quirk_mask; member
Dbrw_vec4_nir.cpp2093 (key_tex->gather_channel_quirk_mask & (1 << texture))) { in nir_emit_texture()
Dbrw_fs_nir.cpp5898 key_tex->gather_channel_quirk_mask & (1 << texture)) { in nir_emit_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c264 key->gather_channel_quirk_mask |= 1 << s; in brw_populate_sampler_prog_key_data()