Home
last modified time | relevance | path

Searched refs:SpvOpULessThan (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/sksl/
Dspirv.h738 SpvOpULessThan = 176, enumerator
DSkSLSPIRVCodeGenerator.cpp119 SpvOpSLessThan, SpvOpULessThan, in setupIntrinsics()
510 case SpvOpULessThan: in opcode_text()
2225 SpvOpSLessThan, SpvOpULessThan, SpvOpUndef, out); in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h738 SpvOpULessThan = 176, enumerator
Dvtn_alu.c270 case SpvOpULessThan: return nir_op_ult; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3115 case SpvOpULessThan: in vtn_handle_body_instruction()