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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c130 case SpvOpGenericCastToPtrExplicit: return (struct type_args){ 1, 0 };
H A Dspirv_info.c649 case SpvOpGenericCastToPtrExplicit: return "SpvOpGenericCastToPtrExplicit";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c831 case SpvOpGenericCastToPtrExplicit: return "SpvOpGenericCastToPtrExplicit";
H A Dvtn_gather_types.c130 case SpvOpGenericCastToPtrExplicit: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h938 SpvOpGenericCastToPtrExplicit = 123, enumerator in enum:SpvOp_
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1278 SpvOpGenericCastToPtrExplicit = 123, enumerator in enum:SpvOp_
1924 case SpvOpGenericCastToPtrExplicit: *hasResult = true; *hasResultType = true; break;
H A Dvtn_variables.c2655 case SpvOpGenericCastToPtrExplicit: {
2662 "Result type of an SpvOpGenericCastToPtrExplicit must be "
2668 "Source pointer of an SpvOpGenericCastToPtrExplicit must "
2673 "Source pointer of an SpvOpGenericCastToPtrExplicit must "
H A Dspirv_to_nir.c5589 case SpvOpGenericCastToPtrExplicit:

Completed in 27 milliseconds