Home
last modified time | relevance | path

Searched refs:SpvOpConstant (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
Dspirv.h613 SpvOpConstant = 43, enumerator
DSkSLSPIRVCodeGenerator.cpp260 case SpvOpConstant: in opcode_text()
787 case SpvOpConstant: // fall through in writeOpCode()
2550 this->writeInstruction(SpvOpConstant, this->getType(i.fType), result, (SpvId) i.fValue, in writeIntLiteral()
2561 this->writeInstruction(SpvOpConstant, this->getType(i.fType), result, (SpvId) i.fValue, in writeIntLiteral()
2579 this->writeInstruction(SpvOpConstant, this->getType(f.fType), result, bits, in writeFloatLiteral()
2593 this->writeInstruction(SpvOpConstant, this->getType(f.fType), result, in writeFloatLiteral()
/external/mesa3d/src/compiler/spirv/
Dspirv.h613 SpvOpConstant = 43, enumerator
Dspirv_to_nir.c1032 case SpvOpConstant: { in vtn_handle_constant()
2916 case SpvOpConstant: in vtn_handle_variable_or_type_instruction()