Searched refs:ac_image_3d (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_util.h43 ac_image_3d, enumerator in enum:ac_image_dim
H A Dac_shader_util.c236 return ac_image_3d;
256 if (dim == ac_image_cube || (chip_class <= GFX8 && dim == ac_image_3d))
265 dim = ac_image_3d;
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h493 ac_image_3d, enumerator in enum:ac_image_dim
H A Dac_llvm_build.c2185 case ac_image_3d:
2207 case ac_image_3d:
2344 case ac_image_3d: dimname = "3d"; break;
H A Dac_nir_to_llvm.c95 return ac_image_3d;
116 (ctx->chip_class <= VI && dim == ac_image_3d))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c105 return ac_image_3d;
135 (screen->info.chip_class <= VI && dim == ac_image_3d))
144 dim = ac_image_3d;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_print_ir.cpp400 case ac_image_3d: fprintf(output, " 3d"); break;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c2021 case ac_image_3d:
2043 case ac_image_3d:
2263 case ac_image_3d:

Completed in 35 milliseconds