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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c184 case SpvOpSLessThanEqual: return (struct type_args){ 1, 0 };
H A Dspirv_info.c703 case SpvOpSLessThanEqual: return "SpvOpSLessThanEqual";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c885 case SpvOpSLessThanEqual: return "SpvOpSLessThanEqual";
H A Dvtn_gather_types.c184 case SpvOpSLessThanEqual: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h992 SpvOpSLessThanEqual = 179, enumerator in enum:SpvOp_
H A Dvtn_alu.c282 case SpvOpSLessThanEqual: *swap = true; return nir_op_ige;
H A Dspirv_to_nir.c4352 case SpvOpSLessThanEqual:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1332 SpvOpSLessThanEqual = 179, enumerator in enum:SpvOp_
1978 case SpvOpSLessThanEqual: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c339 case SpvOpSLessThanEqual: *swap = true; return nir_op_ige;
H A Dspirv_to_nir.c5771 case SpvOpSLessThanEqual:

Completed in 33 milliseconds