Searched refs:gfx6_gather_wa (Results 1 – 6 of 6) sorted by relevance
78 found |= check("textureGather workarounds", gfx6_gather_wa[i]); in debug_sampler_recompile()
207 enum gfx6_gather_sampler_wa gfx6_gather_wa[MAX_SAMPLERS]; member
1009 emit_gfx6_gather_wa(key_tex->gfx6_gather_wa[surface], inst->dst); in emit_texture()
6282 emit_gfx6_gather_wa(key_tex->gfx6_gather_wa[texture], dst); in nir_emit_texture()
284 key->gfx6_gather_wa[s] = gfx6_gather_workaround(img->InternalFormat); in brw_populate_sampler_prog_key_data()
62 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()