Home
last modified time | relevance | path

Searched refs:InterfaceBlock (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp47 …VariablePathComponent (const glu::InterfaceBlock* block) :m_type(TYPE_INTERFACEBLOCK) { m_data.bl… in VariablePathComponent()
58 …const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); retur… in getInterfaceBlock()
74 const glu::InterfaceBlock* block;
91 …bool matchesFilter (const glu::InterfaceBlock& block) const { return !m_null && (m_stor… in matchesFilter()
165 …string> getProgramInterfaceBlockMemberResourceList (const glu::InterfaceBlock& interfaceBloc…
Des31fProgramInterfaceQueryTests.cpp279 class InterfaceBlock : public Node class
282 InterfaceBlock (const SharedPtr& enclosing, bool named) in InterfaceBlock() function in deqp::gles31::Functional::__anond6e66dbb0111::ResourceDefinition::InterfaceBlock
468 glu::InterfaceBlock interfaceBlock; in generateProgramDefinitionFromResource()
607 DE_ASSERT(dynamic_cast<const ResourceDefinition::InterfaceBlock*>(head)); in generateProgramDefinitionFromResource()
610 const bool named = static_cast<const ResourceDefinition::InterfaceBlock*>(head)->m_named; in generateProgramDefinitionFromResource()
1463 glu::InterfaceBlock precedingInterfaceBlock; in init()
1483 glu::InterfaceBlock targetInterfaceBlock; in init()
1525 glu::InterfaceBlock trailingInterfaceBlock; in init()
1728 glu::InterfaceBlock* block = DE_NULL; in iterate()
1821 int getBlockMinDataSize (const glu::InterfaceBlock& block) const;
[all …]
Des31fProgramInterfaceDefinition.hpp60 std::vector<glu::InterfaceBlock> interfaceBlocks;
Des31fProgramInterfaceDefinitionUtil.cpp223 static void writeInterfaceBlock (std::ostringstream& buf, const glu::InterfaceBlock& interfaceBlock) in writeInterfaceBlock()
289 …ion (std::ostringstream& buf, const std::string& accumulatorName, const glu::InterfaceBlock& block) in writeInterfaceReadAccumulateExpression()
355 …sion (std::ostringstream& buf, const std::string& sourceVec4Name, const glu::InterfaceBlock& block) in writeInterfaceWriteExpression()
786 static int getBufferSize (const glu::InterfaceBlock& block, glu::MatrixOrder blockOrder) in getBufferSize()
927 std::vector<std::string> getProgramInterfaceBlockMemberResourceList (const glu::InterfaceBlock& int… in getProgramInterfaceBlockMemberResourceList()
973 …const glu::InterfaceBlock& interfaceBlock = shader->getDefaultBlock().interfaceBlocks[interfaceNdx… in getProgramInterfaceResourceList()
994 …const glu::InterfaceBlock& interfaceBlock = shader->getDefaultBlock().interfaceBlocks[interfaceNdx… in getProgramInterfaceResourceList()
1044 …const glu::InterfaceBlock& interfaceBlock = shader->getDefaultBlock().interfaceBlocks[interfaceNdx… in getProgramInterfaceResourceList()
1196 const glu::InterfaceBlock& interface = shader->getDefaultBlock().interfaceBlocks[interfaceNdx]; in generateProgramInterfaceProgramSources()
1242 const glu::InterfaceBlock& interface = shader->getDefaultBlock().interfaceBlocks[interfaceNdx]; in generateProgramInterfaceProgramSources()
Des31fProgramInterfaceQueryTestCase.cpp264 …virtual void validateSingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& in…
311 const glu::InterfaceBlock& block = shader->getDefaultBlock().interfaceBlocks[blockNdx]; in validate()
788 const glu::InterfaceBlock* block = path.front().getInterfaceBlock(); in getIOBlockVariableLocation()
1096 …void validateSingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceInde…
1104 void BlockNameLengthValidator::validateSingleBlock (const glu::InterfaceBlock& block, const std::ve… in validateSingleBlock()
1123 …void validateSingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceIndex…
1131 void BufferBindingValidator::validateSingleBlock (const glu::InterfaceBlock& block, const std::vect… in validateSingleBlock()
1205 const glu::InterfaceBlock& block = shader->getDefaultBlock().interfaceBlocks[blockNdx]; in validate()
/external/chromium_org/third_party/angle/src/compiler/translator/
DTranslatorHLSL.h19 …const std::vector<gl::InterfaceBlock> &getInterfaceBlocks() const { return mActiveInterfaceBlocks;… in getInterfaceBlocks()
28 std::vector<gl::InterfaceBlock> mActiveInterfaceBlocks;
DOutputHLSL.h35 const std::vector<gl::InterfaceBlock> &getInterfaceBlocks() const;
208 std::vector<gl::InterfaceBlock> mActiveInterfaceBlocks;
DOutputHLSL.cpp226 const std::vector<gl::InterfaceBlock> &OutputHLSL::getInterfaceBlocks() const in getInterfaceBlocks()
474 void setBlockLayout(gl::InterfaceBlock *interfaceBlock, gl::BlockLayoutType newLayout) in setBlockLayout()
604 … gl::InterfaceBlock activeBlock(interfaceBlock.name().c_str(), arraySize, mInterfaceBlockRegister); in header()
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.h194 …atchingInterfaceBlocks(InfoLog &infoLog, const InterfaceBlock &vertexInterfaceBlock, const Interfa…
195 …ocks(InfoLog &infoLog, const std::vector<InterfaceBlock> &vertexUniformBlocks, const std::vector<I…
201 bool defineUniformBlock(InfoLog &infoLog, GLenum shader, const InterfaceBlock &interfaceBlock);
DShader.h73 const std::vector<InterfaceBlock> &getInterfaceBlocks() const;
138 std::vector<InterfaceBlock> mActiveInterfaceBlocks;
DShader.cpp123 const std::vector<InterfaceBlock> &Shader::getInterfaceBlocks() const in getInterfaceBlocks()
368 mActiveInterfaceBlocks = *(std::vector<InterfaceBlock>*)activeInterfaceBlocks; in compileToHLSL()
DProgramBinary.cpp2005 …gInterfaceBlocks(InfoLog &infoLog, const gl::InterfaceBlock &vertexInterfaceBlock, const gl::Inter… in areMatchingInterfaceBlocks()
2051 bool ProgramBinary::linkUniformBlocks(InfoLog &infoLog, const std::vector<gl::InterfaceBlock> &vert… in linkUniformBlocks()
2052 … const std::vector<gl::InterfaceBlock> &fragmentInterfaceBlocks) in linkUniformBlocks()
2055 typedef std::map<std::string, const gl::InterfaceBlock*> UniformBlockMap; in linkUniformBlocks()
2060 const gl::InterfaceBlock &vertexInterfaceBlock = vertexInterfaceBlocks[blockIndex]; in linkUniformBlocks()
2066 const gl::InterfaceBlock &fragmentInterfaceBlock = fragmentInterfaceBlocks[blockIndex]; in linkUniformBlocks()
2070 const gl::InterfaceBlock &vertexInterfaceBlock = *entry->second; in linkUniformBlocks()
2190 bool ProgramBinary::defineUniformBlock(InfoLog &infoLog, GLenum shader, const gl::InterfaceBlock &i… in defineUniformBlock()
/external/chromium_org/third_party/angle/src/common/
Dshadervars.h139 struct InterfaceBlock struct
151 InterfaceBlock(const char *name, unsigned int arraySize, unsigned int registerIndex) in InterfaceBlock() argument
/external/deqp/framework/opengl/
DgluVarType.hpp269 struct InterfaceBlock struct
271 InterfaceBlock (void);
DgluVarType.cpp285 InterfaceBlock::InterfaceBlock (void) in InterfaceBlock() function in glu::InterfaceBlock