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 | 924 const int parentSize = 4; in init() local 926 const VarType fullType (childType, parentSize); in init() 957 const int parentSize = 4; in init() local 960 const VarType fullType (childType1, parentSize); in init() 991 const int parentSize = 3; in init() local 995 …ld(new BlockBasicUnsizedArrayCase(m_context, typeName, "", childType1, parentSize, layoutFlags[lay… in init() 1001 childType1, parentSize, in init()
|
/external/perfetto/ui/src/frontend/ |
D | flamegraph.ts | 176 const parentSize = parent === -1 ? this.totalSize : parentNode.size; constant 179 (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 | 1285 const int parentSize = 4; in init() local 1287 const VarType fullType (childType, parentSize); in init() 1323 const int parentSize = 4; in init() local 1326 const VarType fullType (childType1, parentSize); in init() 1362 const int parentSize = 3; in init() local 1366 …ld(new BlockBasicUnsizedArrayCase(m_testCtx, typeName, "", childType1, parentSize, layoutFlags[lay… in init() 1373 childType1, parentSize, in init() 1376 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()
|