Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h760 SpvOpNot = 200, enumerator
DSkSLSPIRVCodeGenerator.cpp554 case SpvOpNot: in opcode_text()
2496 this->writeInstruction(SpvOpNot, this->getType(p.fOperand->fType), result, in writePrefixExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h760 SpvOpNot = 200, enumerator
Dvtn_alu.c225 case SpvOpNot: return nir_op_inot; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3053 case SpvOpNot: in vtn_handle_body_instruction()