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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c84 case SpvOpGenericPtrMemSemantics: return (struct type_args){ 1, 0 };
H A Dspirv_info.c598 case SpvOpGenericPtrMemSemantics: return "SpvOpGenericPtrMemSemantics";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c780 case SpvOpGenericPtrMemSemantics: return "SpvOpGenericPtrMemSemantics";
H A Dvtn_gather_types.c84 case SpvOpGenericPtrMemSemantics: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h887 SpvOpGenericPtrMemSemantics = 69, enumerator in enum:SpvOp_
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1227 SpvOpGenericPtrMemSemantics = 69, enumerator in enum:SpvOp_
1873 case SpvOpGenericPtrMemSemantics: *hasResult = true; *hasResultType = true; break;
H A Dvtn_variables.c2701 case SpvOpGenericPtrMemSemantics: {
2707 "Result type of an SpvOpGenericPtrMemSemantics must be "
2712 "Source pointer of an SpvOpGenericPtrMemSemantics must "
H A Dspirv_to_nir.c5590 case SpvOpGenericPtrMemSemantics:

Completed in 29 milliseconds