Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h739 SpvOpSLessThan = 177, enumerator
DSkSLSPIRVCodeGenerator.cpp119 SpvOpSLessThan, SpvOpULessThan, in setupIntrinsics()
512 case SpvOpSLessThan: in opcode_text()
2225 SpvOpSLessThan, SpvOpULessThan, SpvOpUndef, out); in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h739 SpvOpSLessThan = 177, enumerator
Dvtn_alu.c271 case SpvOpSLessThan: return nir_op_ilt; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3116 case SpvOpSLessThan: in vtn_handle_body_instruction()