Home
last modified time | relevance | path

Searched refs:InterfaceBlock (Results 1 – 14 of 14) 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;
98 bool matchesFilter (const glu::InterfaceBlock& block) const;
176 …string> getProgramInterfaceBlockMemberResourceList (const glu::InterfaceBlock& interfaceBloc…
Des31fProgramInterfaceDefinitionUtil.cpp105 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 …]
Des31fProgramInterfaceQueryTests.cpp321 class InterfaceBlock : public Node class
324 InterfaceBlock (const SharedPtr& enclosing, bool named) in InterfaceBlock() function in deqp::gles31::Functional::__anond26209160111::ResourceDefinition::InterfaceBlock
548 glu::InterfaceBlock interfaceBlock; in generateProgramDefinitionFromResource()
687 DE_ASSERT(dynamic_cast<const ResourceDefinition::InterfaceBlock*>(head)); in generateProgramDefinitionFromResource()
690 const bool named = static_cast<const ResourceDefinition::InterfaceBlock*>(head)->m_named; in generateProgramDefinitionFromResource()
1687 glu::InterfaceBlock precedingInterfaceBlock; in init()
1707 glu::InterfaceBlock targetInterfaceBlock; in init()
1749 glu::InterfaceBlock trailingInterfaceBlock; in init()
1952 glu::InterfaceBlock* block = DE_NULL; in iterate()
2045 int getBlockMinDataSize (const glu::InterfaceBlock& block) const;
[all …]
Des31fProgramInterfaceDefinition.hpp60 std::vector<glu::InterfaceBlock> interfaceBlocks;
Des31fProgramInterfaceQueryTestCase.cpp287 …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/skia/src/sksl/ir/
DSkSLInterfaceBlock.h27 struct InterfaceBlock : public ProgramElement { struct
28 InterfaceBlock(Position position, const Variable* var, String typeName, String instanceName, in InterfaceBlock() function
/external/deqp/framework/opengl/
DgluVarType.hpp271 struct InterfaceBlock struct
273 InterfaceBlock (void);
DgluVarType.cpp286 InterfaceBlock::InterfaceBlock (void) in InterfaceBlock() function in glu::InterfaceBlock
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h103 void writeInterfaceBlock(const InterfaceBlock& intf);
DSkSLIRGenerator.h140 std::unique_ptr<InterfaceBlock> convertInterfaceBlock(const ASTInterfaceBlock& s);
DSkSLGLSLCodeGenerator.cpp595 void GLSLCodeGenerator::writeInterfaceBlock(const InterfaceBlock& intf) { in writeInterfaceBlock()
866 this->writeInterfaceBlock((InterfaceBlock&) e); in writeProgramElement()
DSkSLSPIRVCodeGenerator.h126 SpvId writeInterfaceBlock(const InterfaceBlock& intf);
DSkSLIRGenerator.cpp705 std::unique_ptr<InterfaceBlock> IRGenerator::convertInterfaceBlock(const ASTInterfaceBlock& intf) { in convertInterfaceBlock()
786 return std::unique_ptr<InterfaceBlock>(new InterfaceBlock(intf.fPosition, in convertInterfaceBlock()
1966 std::unique_ptr<InterfaceBlock> i = this->convertInterfaceBlock( in convertProgram()
DSkSLSPIRVCodeGenerator.cpp1936 InterfaceBlock intf(Position(), intfVar, name, String(""), in writeVariableReference()
2689 SpvId SPIRVCodeGenerator::writeInterfaceBlock(const InterfaceBlock& intf) { in writeInterfaceBlock()
3023 InterfaceBlock& intf = (InterfaceBlock&) *program.fElements[i]; in writeInstructions()