Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h736 SpvOpUGreaterThanEqual = 174, enumerator
DSkSLSPIRVCodeGenerator.cpp133 SpvOpUGreaterThanEqual, in setupIntrinsics()
506 case SpvOpUGreaterThanEqual: in opcode_text()
2230 SpvOpUGreaterThanEqual, SpvOpUndef, out); in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h736 SpvOpUGreaterThanEqual = 174, enumerator
Dvtn_alu.c282 case SpvOpUGreaterThanEqual: return nir_op_uge; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3127 case SpvOpUGreaterThanEqual: in vtn_handle_body_instruction()