Searched refs:declareArray (Results 1 – 6 of 6) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationUserDefinedIO.cpp | 106 virtual std::string declareArray (const std::string& arraySizeExpr) const = 0; 256 std::string declareArray (const std::string& arraySizeExpr) const; 274 std::string Variable::declareArray (const std::string& sizeExpr) const in declareArray() function in vkt::tessellation::__anonda2655f70111::Variable 337 std::string declareArray (const std::string& arraySizeExpr) const; 363 std::string IOBlock::declareArray (const std::string& sizeExpr) const in declareArray() function in vkt::tessellation::__anonda2655f70111::IOBlock 565 …tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRA… in UserDefinedIOTest() 588 …<< "layout(location = 0) in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrAr… in UserDefinedIOTest() 613 …tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY … in UserDefinedIOTest()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 454 void declareArray(const TSourceLoc&, const TString& identifier, const TType&, TSymbol*&);
|
| D | ParseHelper.cpp | 3993 void TParseContext::declareArray(const TSourceLoc& loc, const TString& identifier, const TType& typ… in declareArray() function in glslang::TParseContext 6655 declareArray(loc, identifier, type, symbol); in declareVariable()
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.h | 244 …void declareArray(const TSourceLoc&, const TString& identifier, const TType&, TSymbol*&, bool trac…
|
| D | hlslParseHelper.cpp | 6797 void HlslParseContext::declareArray(const TSourceLoc& loc, const TString& identifier, const TType& … in declareArray() function in glslang::HlslParseContext 7934 declareArray(loc, identifier, type, symbol, !flattenVar); in declareVariable()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fTessellationTests.cpp | 5697 virtual string declareArray (const string& arraySizeExpr) const = 0; 5720 string declareArray (const string& arraySizeExpr) const; 5751 string declareArray (const string& arraySizeExpr) const; 5858 string UserDefinedIOCase::Variable::declareArray (const string& sizeExpr) const in declareArray() function in deqp::gles31::Functional::__anon306be0cf0211::UserDefinedIOCase::Variable 5878 string UserDefinedIOCase::IOBlock::declareArray (const string& sizeExpr) const in declareArray() function in deqp::gles31::Functional::__anon306be0cf0211::UserDefinedIOCase::IOBlock 6142 …tcsDeclarations += "in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayIn… in init() 6165 …tcsDeclarations += outMaybePatch + output.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY … in init() 6210 …tesDeclarations += inMaybePatch + input.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY ? de::t… in init()
|