Searched refs:InterfaceBlock (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 47 …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; 98 bool matchesFilter (const glu::InterfaceBlock& block) const; 176 …string> getProgramInterfaceBlockMemberResourceList (const glu::InterfaceBlock& interfaceBloc…
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 105 bool VariableSearchFilter::matchesFilter (const glu::InterfaceBlock& block) const in matchesFilter() 349 static void writeInterfaceBlock (std::ostringstream& buf, const glu::InterfaceBlock& interfaceBlock) in writeInterfaceBlock() 373 static bool isReadableInterface (const glu::InterfaceBlock& interface) in isReadableInterface() 381 static bool isWritableInterface (const glu::InterfaceBlock& interface) in isWritableInterface() 506 const glu::InterfaceBlock& block, in writeInterfaceReadAccumulateExpression() 639 const glu::InterfaceBlock& block, in writeInterfaceWriteExpression() 962 bool operator() (const glu::InterfaceBlock& b) const in operator ()() 1110 static int getBufferSize (const glu::InterfaceBlock& block, glu::MatrixOrder blockOrder) in getBufferSize() 1256 std::vector<std::string> getProgramInterfaceBlockMemberResourceList (const glu::InterfaceBlock& int… in getProgramInterfaceBlockMemberResourceList() 1303 …const glu::InterfaceBlock& interfaceBlock = shader->getDefaultBlock().interfaceBlocks[interfaceNdx… in getProgramInterfaceResourceList() [all …]
|
D | es31fProgramInterfaceQueryTests.cpp | 321 class InterfaceBlock : public Node class 324 InterfaceBlock (const SharedPtr& enclosing, bool named) in InterfaceBlock() function in deqp::gles31::Functional::__anon1fa03e770111::ResourceDefinition::InterfaceBlock 560 glu::InterfaceBlock interfaceBlock; in generateProgramDefinitionFromResource() 699 DE_ASSERT(dynamic_cast<const ResourceDefinition::InterfaceBlock*>(head)); in generateProgramDefinitionFromResource() 702 const bool named = static_cast<const ResourceDefinition::InterfaceBlock*>(head)->m_named; in generateProgramDefinitionFromResource() 1690 glu::InterfaceBlock precedingInterfaceBlock; in init() 1710 glu::InterfaceBlock targetInterfaceBlock; in init() 1752 glu::InterfaceBlock trailingInterfaceBlock; in init() 1955 glu::InterfaceBlock* block = DE_NULL; in iterate() 2048 int getBlockMinDataSize (const glu::InterfaceBlock& block) const; [all …]
|
D | es31fProgramInterfaceDefinition.hpp | 60 std::vector<glu::InterfaceBlock> interfaceBlocks;
|
D | es31fProgramInterfaceQueryTestCase.cpp | 287 …virtual void validateSingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& in… 334 const glu::InterfaceBlock& block = shader->getDefaultBlock().interfaceBlocks[blockNdx]; in validate() 851 const glu::InterfaceBlock* block = path.front().getInterfaceBlock(); in getIOBlockVariableLocation() 1181 …void validateSingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceInde… 1189 void BlockNameLengthValidator::validateSingleBlock (const glu::InterfaceBlock& block, const std::ve… in validateSingleBlock() 1210 …void validateSingleBlock (const glu::InterfaceBlock& block, const std::vector<int>& instanceIndex… 1218 void BufferBindingValidator::validateSingleBlock (const glu::InterfaceBlock& block, const std::vect… in validateSingleBlock() 1296 const glu::InterfaceBlock& block = shader->getDefaultBlock().interfaceBlocks[blockNdx]; in validate() 1813 const glu::InterfaceBlock& block = shader->getDefaultBlock().interfaceBlocks[blockNdx]; in isInterfaceBlockInterfaceName() 1878 const glu::InterfaceBlock& block = shader->getDefaultBlock().interfaceBlocks[blockNdx]; in getInterfaceBlockInteraceNameByMember()
|
/external/deqp/framework/opengl/ |
D | gluVarType.hpp | 271 struct InterfaceBlock struct 273 InterfaceBlock (void);
|
D | gluVarType.cpp | 286 InterfaceBlock::InterfaceBlock (void) in InterfaceBlock() function in glu::InterfaceBlock
|