Home
last modified time | relevance | path

Searched refs:gfx6_gather_wa (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c78 found |= check("textureGather workarounds", gfx6_gather_wa[i]); in debug_sampler_recompile()
Dbrw_compiler.h207 enum gfx6_gather_sampler_wa gfx6_gather_wa[MAX_SAMPLERS]; member
Dbrw_vec4_visitor.cpp1009 emit_gfx6_gather_wa(key_tex->gfx6_gather_wa[surface], inst->dst); in emit_texture()
Dbrw_fs_nir.cpp6282 emit_gfx6_gather_wa(key_tex->gfx6_gather_wa[texture], dst); in nir_emit_texture()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c284 key->gfx6_gather_wa[s] = gfx6_gather_workaround(img->InternalFormat); in brw_populate_sampler_prog_key_data()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c62 key->gfx6_gather_wa[s] = 0; in crocus_sanitize_tex_key()
210 key->gfx6_gather_wa[s] = gfx6_gather_workaround(texture->base.format); in crocus_populate_sampler_prog_key_data()
979 if (is_gather && devinfo->ver == 6 && key->gfx6_gather_wa[tex->texture_index]) { in crocus_setup_binding_table()
981 enum gfx6_gather_sampler_wa wa = key->gfx6_gather_wa[tex->texture_index]; in crocus_setup_binding_table()