Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h129 class Std140BlockEncoder : public BlockLayoutEncoder
132 Std140BlockEncoder();
DOutputASM.cpp330 Std140BlockEncoder::Std140BlockEncoder() : BlockLayoutEncoder() in Std140BlockEncoder() function in glsl::Std140BlockEncoder
334 void Std140BlockEncoder::enterAggregateType() in enterAggregateType()
339 void Std140BlockEncoder::exitAggregateType() in exitAggregateType()
344 …void Std140BlockEncoder::getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowM… in getBlockLayoutInfo()
378 …void Std140BlockEncoder::advanceOffset(const TType &type, unsigned int arraySize, bool isRowMajorM… in advanceOffset()
3667 Std140BlockEncoder currentBlockEncoder; in declareUniform()