Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h731 SpvOpSelect = 169, enumerator
DSkSLSPIRVCodeGenerator.cpp496 case SpvOpSelect: in opcode_text()
2415 this->writeInstruction(SpvOpSelect, this->getType(t.fType), result, test, trueId, falseId, in writeTernaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h731 SpvOpSelect = 169, enumerator
Dvtn_alu.c252 case SpvOpSelect: return nir_op_bcsel; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3108 case SpvOpSelect: in vtn_handle_body_instruction()