Searched refs:gfx6_gather_wa (Results 1 – 3 of 3) sorted by relevance
78 found |= check("textureGather workarounds", gfx6_gather_wa[i]); in debug_sampler_recompile()
223 enum gfx6_gather_sampler_wa gfx6_gather_wa[BRW_MAX_SAMPLERS]; member
65 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()