Home
last modified time | relevance | path

Searched refs:fConstantBuffer (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp242 SkASSERT(opCode != SpvOpLoad || &out != &fConstantBuffer); in writeOpCode()
466 this->writeOpCode(SpvOpTypeStruct, 2 + (int32_t) types.size(), fConstantBuffer); in writeStruct()
467 this->writeWord(resultId, fConstantBuffer); in writeStruct()
469 this->writeWord(id, fConstantBuffer); in writeStruct()
589 this->writeInstruction(SpvOpTypeBool, result, fConstantBuffer); in getType()
591 this->writeInstruction(SpvOpTypeInt, result, 32, 1, fConstantBuffer); in getType()
593 this->writeInstruction(SpvOpTypeInt, result, 32, 0, fConstantBuffer); in getType()
595 this->writeInstruction(SpvOpTypeFloat, result, 32, fConstantBuffer); in getType()
603 type->columns(), fConstantBuffer); in getType()
611 fConstantBuffer); in getType()
[all...]
H A DSkSLSPIRVCodeGenerator.h487 StringStream fConstantBuffer; member in SkSL::SPIRVCodeGenerator

Completed in 5 milliseconds