HomeSort by relevance Sort by last modified time
    Searched defs:BlockLayoutEncoder (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 99 class BlockLayoutEncoder
102 BlockLayoutEncoder();
103 virtual ~BlockLayoutEncoder() {}
129 class Std140BlockEncoder : public BlockLayoutEncoder
315 void declareUniform(const TType &type, const TString &name, int registerIndex, bool samplersOnly, int blockId = -1, BlockLayoutEncoder* encoder = nullptr);
OutputASM.cpp 288 BlockLayoutEncoder::BlockLayoutEncoder()
293 BlockMemberInfo BlockLayoutEncoder::encodeType(const TType &type)
312 size_t BlockLayoutEncoder::getBlockRegister(const BlockMemberInfo &info)
318 size_t BlockLayoutEncoder::getBlockRegisterElement(const BlockMemberInfo &info)
323 void BlockLayoutEncoder::nextRegister()
328 Std140BlockEncoder::Std140BlockEncoder() : BlockLayoutEncoder()
    [all...]

Completed in 67 milliseconds