Home
last modified time | relevance | path

Searched refs:gfx6_gather_wa (Results 1 – 3 of 3) 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.h223 enum gfx6_gather_sampler_wa gfx6_gather_wa[BRW_MAX_SAMPLERS]; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c65 key->gfx6_gather_wa[s] = 0; in crocus_sanitize_tex_key()
213 key->gfx6_gather_wa[s] = gfx6_gather_workaround(texture->base.format); in crocus_populate_sampler_prog_key_data()
984 if (is_gather && devinfo->ver == 6 && key->gfx6_gather_wa[tex->texture_index]) { in crocus_setup_binding_table()
986 enum gfx6_gather_sampler_wa wa = key->gfx6_gather_wa[tex->texture_index]; in crocus_setup_binding_table()