Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h178 SpvId writeUIntConstructor(const Constructor& c, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp1085 SpvId SPIRVCodeGenerator::writeUIntConstructor(const Constructor& c, OutputStream& out) { in writeUIntConstructor() function in SkSL::SPIRVCodeGenerator
1433 return this->writeUIntConstructor(c, out); in writeConstructor()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h262 SpvId writeUIntConstructor(const AnyConstructor& c, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp1318 SpvId SPIRVCodeGenerator::writeUIntConstructor(const AnyConstructor& c, OutputStream& out) { in writeUIntConstructor() function in SkSL::SPIRVCodeGenerator