Searched refs:SpvOpImageSparseRead (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c281 case SpvOpImageSparseRead: return (struct type_args){ 1, 0 };
H A Dspirv_info.c829 case SpvOpImageSparseRead: return "SpvOpImageSparseRead";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1011 case SpvOpImageSparseRead: return "SpvOpImageSparseRead";
H A Dvtn_gather_types.c281 case SpvOpImageSparseRead: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1118 SpvOpImageSparseRead = 320, enumerator in enum:SpvOp_
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c3247 case SpvOpImageSparseRead: {
3420 case SpvOpImageSparseRead:
3488 if (opcode == SpvOpImageSparseRead) {
3495 if (opcode == SpvOpImageSparseRead)
3511 if (opcode == SpvOpImageSparseRead) {
3525 if (opcode == SpvOpImageRead || opcode == SpvOpImageSparseRead) {
5628 case SpvOpImageSparseRead:
H A Dspirv.h1458 SpvOpImageSparseRead = 320, enumerator in enum:SpvOp_
2104 case SpvOpImageSparseRead: *hasResult = true; *hasResultType = true; break;

Completed in 25 milliseconds