| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| D | vktTessellationUserDefinedIO.cpp | 108 virtual std::string declareArray (const std::string& arraySizeExpr) const = 0; 258 std::string declareArray (const std::string& arraySizeExpr) const; 276 std::string Variable::declareArray (const std::string& sizeExpr) const in declareArray() function in vkt::tessellation::__anon6e56eff80111::Variable 339 std::string declareArray (const std::string& arraySizeExpr) const; 365 std::string IOBlock::declareArray (const std::string& sizeExpr) const in declareArray() function in vkt::tessellation::__anon6e56eff80111::IOBlock 567 …tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRA… in UserDefinedIOTest() 590 …<< "layout(location = 0) in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrAr… in UserDefinedIOTest() 615 …tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY … in UserDefinedIOTest()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationUserDefinedIO.cpp | 108 virtual std::string declareArray (const std::string& arraySizeExpr) const = 0; 258 std::string declareArray (const std::string& arraySizeExpr) const; 276 std::string Variable::declareArray (const std::string& sizeExpr) const in declareArray() function in vkt::tessellation::__anon1b2221580111::Variable 339 std::string declareArray (const std::string& arraySizeExpr) const; 365 std::string IOBlock::declareArray (const std::string& sizeExpr) const in declareArray() function in vkt::tessellation::__anon1b2221580111::IOBlock 567 …tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRA… in UserDefinedIOTest() 590 …<< "layout(location = 0) in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrAr… in UserDefinedIOTest() 615 …tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY … in UserDefinedIOTest()
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.h | 246 …void declareArray(const TSourceLoc&, const TString& identifier, const TType&, TSymbol*&, bool trac…
|
| D | hlslParseHelper.cpp | 6891 void HlslParseContext::declareArray(const TSourceLoc& loc, const TString& identifier, const TType& … in declareArray() function in glslang::HlslParseContext 8030 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::__anon145b2cd00211::UserDefinedIOCase::Variable 5878 string UserDefinedIOCase::IOBlock::declareArray (const string& sizeExpr) const in declareArray() function in deqp::gles31::Functional::__anon145b2cd00211::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()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 505 void declareArray(const TSourceLoc&, const TString& identifier, const TType&, TSymbol*&);
|
| D | ParseHelper.cpp | 4594 void TParseContext::declareArray(const TSourceLoc& loc, const TString& identifier, const TType& typ… in declareArray() function in glslang::TParseContext 7842 declareArray(loc, identifier, type, symbol); in declareVariable()
|