Home
last modified time | relevance | path

Searched refs:parentSize (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fUniformBlockTests.cpp209 const int parentSize = 3; in init() local
211 const VarType parentType (childType, parentSize); in init()
241 const int parentSize = 3; in init() local
244 const VarType parentType (childType1, parentSize); in init()
H A Des31fSSBOLayoutTests.cpp928 const int parentSize = 4; in init() local
930 const VarType fullType (childType, parentSize); in init()
961 const int parentSize = 4; in init() local
964 const VarType fullType (childType1, parentSize); in init()
995 const int parentSize = 3; in init() local
999 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, typeName, "", childType1, parentSize, layoutFlags[layoutFlagNdx].flags)); in init()
1005 childType1, parentSize, in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp469 const int parentSize = 2; in init() local
471 const VarType parentType (childType, parentSize); in init()
488 const int parentSize = 2; in init() local
491 const VarType parentType (childType1, parentSize); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp477 const int parentSize = 2; in init() local
479 const VarType parentType (childType, parentSize); in init()
496 const int parentSize = 2; in init() local
499 const VarType parentType (childType1, parentSize); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp1312 const int parentSize = 4; in init() local
1314 const VarType fullType (childType, parentSize); in init()
1350 const int parentSize = 4; in init() local
1353 const VarType fullType (childType1, parentSize); in init()
1390 const int parentSize = 3; in init() local
1394 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_testCtx, typeName, childType1, parentSize, layoutFlags[layoutFlagNdx].flags, LOAD_FULL_MATRIX, STORE_FULL_MATRIX, m_usePhysStorageBuffer, m_readonly)); in init()
1403 childType1, parentSize, in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp1312 const int parentSize = 4; in init() local
1314 const VarType fullType (childType, parentSize); in init()
1350 const int parentSize = 4; in init() local
1353 const VarType fullType (childType1, parentSize); in init()
1389 const int parentSize = 3; in init() local
1393 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_testCtx, typeName, "", childType1, parentSize, layoutFlags[layoutFlagNdx].flags, LOAD_FULL_MATRIX, STORE_FULL_MATRIX, m_usePhysStorageBuffer, m_readonly)); in init()
1402 childType1, parentSize, in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp1785 << " uvec3 parentSize;\n" in initPrograms()
1799 const std::string parentSize = (m_taskNeeded ? "td.parentSize" : "uvec3(1, 1, 1)"); in initPrograms() local
1800 const std::string parentOffset = "(" + parentSize + ".x * " + parentSize + ".y * " + parentId + ".z + " + parentId + ".y * " + parentSize + ".x + " + parentId + ".x)"; in initPrograms()
1853 << " td.parentSize = gl_NumWorkGroups;\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp476 const int parentSize = 3; in init() local
478 const VarType parentType (childType, parentSize); in init()
508 const int parentSize = 3; in init() local
511 const VarType parentType (childType1, parentSize); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp1785 << " uvec3 parentSize;\n" in initPrograms()
1799 const std::string parentSize = (m_taskNeeded ? "td.parentSize" : "uvec3(1, 1, 1)"); in initPrograms() local
1800 const std::string parentOffset = "(" + parentSize + ".x * " + parentSize + ".y * " + parentId + ".z + " + parentId + ".y * " + parentSize + ".x + " + parentId + ".x)"; in initPrograms()
1853 << " td.parentSize = gl_NumWorkGroups;\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockTests.cpp476 const int parentSize = 3; in init() local
478 const VarType parentType (childType, parentSize); in init()
508 const int parentSize = 3; in init() local
511 const VarType parentType (childType1, parentSize); in init()

Completed in 23 milliseconds