Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp982 this->writeOpCode(SpvOpTypeStruct, 2 + (int32_t) types.size(), fConstantBuffer); in writeStruct()
983 this->writeWord(resultId, fConstantBuffer); in writeStruct()
985 this->writeWord(id, fConstantBuffer); in writeStruct()
1044 this->writeInstruction(SpvOpTypeBool, result, fConstantBuffer); in getType()
1046 this->writeInstruction(SpvOpTypeInt, result, 32, 1, fConstantBuffer); in getType()
1048 this->writeInstruction(SpvOpTypeInt, result, 32, 0, fConstantBuffer); in getType()
1050 this->writeInstruction(SpvOpTypeFloat, result, 32, fConstantBuffer); in getType()
1052 this->writeInstruction(SpvOpTypeFloat, result, 64, fConstantBuffer); in getType()
1060 type.columns(), fConstantBuffer); in getType()
1065 type.columns(), fConstantBuffer); in getType()
[all …]
DSkSLSPIRVCodeGenerator.h293 StringStream fConstantBuffer; variable