Searched refs:SpvOpUGreaterThanEqual (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c179 case SpvOpUGreaterThanEqual: return (struct type_args){ 1, 0 };
H A Dspirv_info.c698 case SpvOpUGreaterThanEqual: return "SpvOpUGreaterThanEqual";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c880 case SpvOpUGreaterThanEqual: return "SpvOpUGreaterThanEqual";
H A Dvtn_gather_types.c179 case SpvOpUGreaterThanEqual: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h987 SpvOpUGreaterThanEqual = 174, enumerator in enum:SpvOp_
H A Dvtn_alu.c285 case SpvOpUGreaterThanEqual: return nir_op_uge;
H A Dspirv_to_nir.c4355 case SpvOpUGreaterThanEqual:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1327 SpvOpUGreaterThanEqual = 174, enumerator in enum:SpvOp_
1973 case SpvOpUGreaterThanEqual: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c342 case SpvOpUGreaterThanEqual: return nir_op_uge;
H A Dspirv_to_nir.c5774 case SpvOpUGreaterThanEqual:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1800 BINOP(nir_op_uge, SpvOpUGreaterThanEqual)

Completed in 38 milliseconds