/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 95 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase() 124 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase() 155 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase() 160 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() 191 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructArrayCase() 194 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() 262 StructType& typeS = m_interface.allocStruct("S"); in BlockMultiNestedStructCase() 266 StructType& typeT = m_interface.allocStruct("T"); in BlockMultiNestedStructCase() 308 StructType& typeS = m_interface.allocStruct("S"); in BlockVariousBuffersCase() 313 StructType& typeT = m_interface.allocStruct("T"); in BlockVariousBuffersCase() [all …]
|
D | vktTransformFeedbackRandomLayoutCase.cpp | 220 …StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType()
|
D | vktTransformFeedbackFuzzLayoutCase.hpp | 235 StructType& allocStruct (const std::string& name);
|
D | vktTransformFeedbackFuzzLayoutCase.cpp | 251 StructType& ShaderInterface::allocStruct (const std::string& name) in allocStruct() function in vkt::TransformFeedback::ShaderInterface
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 96 StructType& typeS = m_interface.allocStruct("S"); in init() 129 StructType& typeS = m_interface.allocStruct("S"); in init() 164 StructType& typeS = m_interface.allocStruct("S"); in init() 169 StructType& typeT = m_interface.allocStruct("T"); in init() 206 StructType& typeS = m_interface.allocStruct("S"); in init() 211 StructType& typeT = m_interface.allocStruct("T"); in init() 248 StructType& typeS = m_interface.allocStruct("S"); in init() 253 StructType& typeT = m_interface.allocStruct("T"); in init() 330 StructType& typeS = m_interface.allocStruct("S"); in init() 335 StructType& typeT = m_interface.allocStruct("T"); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 239 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType() 367 StructType& typeS = m_interface.allocStruct("S"); in init() 400 StructType& typeS = m_interface.allocStruct("S"); in init() 435 StructType& typeS = m_interface.allocStruct("S"); in init() 440 StructType& typeT = m_interface.allocStruct("T"); in init() 475 StructType& typeS = m_interface.allocStruct("S"); in init() 480 StructType& typeT = m_interface.allocStruct("T"); in init() 515 StructType& typeS = m_interface.allocStruct("S"); in init() 559 StructType& typeS = m_interface.allocStruct("S"); in init() 602 StructType& typeS = m_interface.allocStruct("S"); in init() [all …]
|
D | es31fSSBOLayoutCase.hpp | 123 glu::StructType& allocStruct (const char* name);
|
D | es31fUniformBlockTests.cpp | 98 StructType& typeS = m_interface.allocStruct("S"); in init()
|
D | es31fSSBOLayoutCase.cpp | 252 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct() function in deqp::gles31::bb::ShaderInterface
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockTests.cpp | 221 …StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType() 342 StructType& typeS = m_interface.allocStruct("S"); in init() 377 StructType& typeS = m_interface.allocStruct("S"); in init() 414 StructType& typeS = m_interface.allocStruct("S"); in init() 419 StructType& typeT = m_interface.allocStruct("T"); in init() 456 StructType& typeS = m_interface.allocStruct("S"); in init() 461 StructType& typeT = m_interface.allocStruct("T"); in init() 541 StructType& typeS = m_interface.allocStruct("S"); in init() 546 StructType& typeT = m_interface.allocStruct("T"); in init()
|
D | glcUniformBlockCase.hpp | 315 StructType& allocStruct(const char* name);
|
D | glcUniformBlockCase.cpp | 282 StructType& ShaderInterface::allocStruct(const char* name) in allocStruct() function in deqp::ub::ShaderInterface
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 269 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType() 476 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase() 507 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase() 540 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase() 545 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() 578 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructArrayCase() 583 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() 616 StructType& typeS = m_interface.allocStruct("S"); in BlockUnsizedStructArrayCase() 658 StructType& typeS = m_interface.allocStruct("S"); in Block2LevelUnsizedStructArrayCase() 699 StructType& typeS = m_interface.allocStruct("S"); in BlockUnsizedNestedStructArrayCase() [all …]
|
D | vktSSBOLayoutCase.hpp | 134 glu::StructType& allocStruct (const char* name);
|
D | vktSSBOLayoutCase.cpp | 203 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct() function in vkt::ssbo::ShaderInterface
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 103 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase() 126 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase() 151 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase() 156 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() 181 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructArrayCase() 186 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() 240 StructType& typeS = m_interface.allocStruct("S"); in BlockMultiNestedStructCase() 245 StructType& typeT = m_interface.allocStruct("T"); in BlockMultiNestedStructCase() 281 StructType& typeS = m_interface.allocStruct("S"); in Block2LevelStructArrayCase()
|
D | vktUniformBlockCase.hpp | 236 StructType& allocStruct (const std::string& name);
|
D | vktRandomUniformBlockCase.cpp | 200 …StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType()
|
D | vktUniformBlockCase.cpp | 217 StructType& ShaderInterface::allocStruct (const std::string& name) in allocStruct() function in vkt::ubo::ShaderInterface
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelSharedLayoutCase.hpp | 102 NamedStructSP allocStruct (const std::string& name);
|
D | vktMemoryModelSharedLayout.cpp | 176 de::SharedPtr<glu::StructType> structType = m_interface.allocStruct(name); in generateType()
|
D | vktMemoryModelSharedLayoutCase.cpp | 166 NamedStructSP ShaderInterface::allocStruct (const string& name) in allocStruct() function in vkt::MemoryModel::ShaderInterface
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.hpp | 217 StructType& allocStruct (const char* name);
|
D | glsRandomUniformBlockCase.cpp | 173 …StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType()
|
D | glsUniformBlockCase.cpp | 317 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct() function in deqp::gls::ub::ShaderInterface
|