Searched refs:SpvOpSRem (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c144 case SpvOpSRem: return (struct type_args){ 1, 0 };
H A Dspirv_info.c663 case SpvOpSRem: return "SpvOpSRem";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c845 case SpvOpSRem: return "SpvOpSRem";
H A Dvtn_gather_types.c144 case SpvOpSRem: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h952 SpvOpSRem = 138, enumerator in enum:SpvOp_
H A Dvtn_alu.c241 case SpvOpSRem: return nir_op_irem;
H A Dspirv_to_nir.c4316 case SpvOpSRem:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1292 SpvOpSRem = 138, enumerator in enum:SpvOp_
1938 case SpvOpSRem: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c283 case SpvOpSRem: return nir_op_irem;
H A Dspirv_to_nir.c5735 case SpvOpSRem:

Completed in 33 milliseconds