Searched refs:parentSize (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fUniformBlockTests.cpp | 209 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()
|
D | es31fSSBOLayoutTests.cpp | 928 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 …ld(new BlockBasicUnsizedArrayCase(m_context, typeName, "", childType1, parentSize, layoutFlags[lay… in init() 1005 childType1, parentSize, in init()
|
/external/perfetto/ui/src/frontend/ |
D | flamegraph.ts | 192 const parentSize = parent === -1 ? this.totalSize : parentNode.size; constant 195 (isFullWidth ? 1 : value.totalSize / parentSize) * parentNode.width;
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 477 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()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 1304 const int parentSize = 4; in init() local 1306 const VarType fullType (childType, parentSize); in init() 1341 const int parentSize = 4; in init() local 1344 const VarType fullType (childType1, parentSize); in init() 1379 const int parentSize = 3; in init() local 1383 …ld(new BlockBasicUnsizedArrayCase(m_testCtx, typeName, "", childType1, parentSize, layoutFlags[lay… in init() 1392 childType1, parentSize, in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 476 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()
|