Searched refs:ac_image_store_mip (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h470 ac_image_store_mip, enumerator in enum:ac_image_opcode
H A Dac_llvm_build.c2245 a->opcode != ac_image_store_mip) ||
2278 if (atomic || a->opcode == ac_image_store || a->opcode == ac_image_store_mip) {
2326 case ac_image_store_mip: name = "store.mip"; break;
2374 else if (a->opcode == ac_image_store || a->opcode == ac_image_store_mip)
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h370 ac_image_store_mip, enumerator in enum:ac_image_opcode
H A Dac_llvm_build.c2097 a->opcode != ac_image_store_mip) ||
2160 } else if (a->opcode == ac_image_store || a->opcode == ac_image_store_mip) {
2173 if (atomic || a->opcode == ac_image_store || a->opcode == ac_image_store_mip) {
2234 case ac_image_store_mip:
2299 if (a->opcode == ac_image_store || a->opcode == ac_image_store_mip)
H A Dac_nir_to_llvm.c2664 args.opcode = level_zero ? ac_image_store : ac_image_store_mip;

Completed in 24 milliseconds