Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2287 bool gfx9_1d = ctx->ac.chip_class == GFX9 && dim == GLSL_SAMPLER_DIM_1D; in get_image_coords() local
2308 if (count == 1 && !gfx9_1d) { in get_image_coords()
2321 if (gfx9_1d) { in get_image_coords()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5693 bool gfx9_1d = ctx->options->chip_class == GFX9 && dim == GLSL_SAMPLER_DIM_1D; in get_image_coords() local
5716 if (gfx9_1d) { in get_image_coords()