Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c78 found |= check("textureGather workarounds", gen6_gather_wa[i]); in debug_sampler_recompile()
Dbrw_compiler.h212 enum gen6_gather_sampler_wa gen6_gather_wa[MAX_SAMPLERS]; member
Dbrw_vec4_visitor.cpp1009 emit_gen6_gather_wa(key_tex->gen6_gather_wa[surface], inst->dst); in emit_texture()
Dbrw_fs_nir.cpp5929 emit_gen6_gather_wa(key_tex->gen6_gather_wa[texture], dst); in nir_emit_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c273 key->gen6_gather_wa[s] = gen6_gather_workaround(img->InternalFormat); in brw_populate_sampler_prog_key_data()