Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h740 SpvOpULessThanEqual = 178, enumerator
DSkSLSPIRVCodeGenerator.cpp123 SpvOpULessThanEqual, in setupIntrinsics()
514 case SpvOpULessThanEqual: in opcode_text()
2235 SpvOpULessThanEqual, SpvOpUndef, out); in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h740 SpvOpULessThanEqual = 178, enumerator
Dvtn_alu.c278 case SpvOpULessThanEqual: *swap = true; return nir_op_uge; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3123 case SpvOpULessThanEqual: in vtn_handle_body_instruction()