Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h97 void writeInterfaceBlock(const InterfaceBlock& intf);
DSkSLGLSLCodeGenerator.cpp592 void GLSLCodeGenerator::writeInterfaceBlock(const InterfaceBlock& intf) { in writeInterfaceBlock() function in SkSL::GLSLCodeGenerator
844 this->writeInterfaceBlock((InterfaceBlock&) *e); in generateCode()
DSkSLSPIRVCodeGenerator.h121 SpvId writeInterfaceBlock(const InterfaceBlock& intf);
DSkSLSPIRVCodeGenerator.cpp1881 fRTHeightStructId = this->writeInterfaceBlock(intf); in writeVariableReference()
2520 SpvId SPIRVCodeGenerator::writeInterfaceBlock(const InterfaceBlock& intf) { in writeInterfaceBlock() function in SkSL::SPIRVCodeGenerator
2834 SpvId id = this->writeInterfaceBlock(intf); in writeInstructions()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp349 static void writeInterfaceBlock (std::ostringstream& buf, const glu::InterfaceBlock& interfaceBlock) in writeInterfaceBlock() function
1527 writeInterfaceBlock(sourceBuf, shader->getDefaultBlock().interfaceBlocks[ndx]); in generateProgramInterfaceProgramSources()