Home
last modified time | relevance | path

Searched refs:tg4_integer_workarounds (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9061 bool tg4_integer_workarounds = ctx->options->gfx_level <= GFX8 && instr->op == nir_texop_tg4 && in visit_tex() local
9064 tg4_integer_workarounds && instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE; in visit_tex()
9281 if (tg4_integer_workarounds) { in visit_tex()
/external/mesa3d/docs/relnotes/
D24.0.0.rst3529 - aco: handle GL_TEXTURE_RECTANGLE in tg4_integer_workarounds