Searched defs:imageDim (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 279 uint32_t imageDim[3]; // width, height, depth or layers member 1130 string imageDim = ""; in initPrograms() local 4053 uint32_t imageDim[3] = {5, 11, 6}; in createTests() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_api_consistency.cpp | 695 const size_t imageDim = 2; in test_consistency_2d_image_from_buffer() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 799 const IVec3 imageDim = IVec3(imageWidth, imageHeight, imageDepth); in testNoAtt() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 838 const auto imageDim = static_cast<uint32_t>(deSqrt(static_cast<double>(triangleCount))); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 1106 …const tcu::IVec3 imageDim(size.x(), size.y(), (m_parameters.useMultiLayerViews() ? layerCount : si… in copyResultAndCompare() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 3659 uint32_t roiDim[] = {5, 4}, deltaDim[] = {5, 8}, bsDim[] = {5}, imageDim[] = {5, 2}; in axisAlignedBBoxTransformOpTest() local
|