Home
last modified time | relevance | path

Searched defs:imageDim (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp179 deUint32 imageDim[3]; // width, height, depth or layers member
865 string imageDim = ""; in initPrograms() local
3104 deUint32 imageDim[3] = {5, 11, 6}; in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp794 const IVec3 imageDim = IVec3(imageWidth, imageHeight, imageDepth); in testNoAtt() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp703 const auto imageDim = static_cast<deUint32>(deSqrt(static_cast<double>(triangleCount))); in iterate() local