Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h730 SpvOpLogicalNot = 168, enumerator
DSkSLSPIRVCodeGenerator.cpp494 case SpvOpLogicalNot: in opcode_text()
2490 this->writeInstruction(SpvOpLogicalNot, this->getType(p.fOperand->fType), result, in writePrefixExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h730 SpvOpLogicalNot = 168, enumerator
Dvtn_alu.c248 case SpvOpLogicalNot: return nir_op_inot; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3104 case SpvOpLogicalNot: in vtn_handle_body_instruction()