Lines Matching defs:extent3D
1307 const auto extent3D = getExtent3D(m_params.sampleCount);
1317 extent3D, // VkExtent3D extent;
1336 extent3D, // VkExtent3D extent;
1365 const VkDeviceSize bufferSize = extent3D.width * extent3D.height * extent3D.depth * tcu::getPixelSize(tcuFormat);
1441 extent3D.width, // deUint32 bufferRowLength;
1442 extent3D.height, // deUint32 bufferImageHeight;
1450 extent3D, // VkExtent3D imageExtent;
1468 vkd.cmdDispatch(cmdBuffer, extent3D.width, extent3D.height, extent3D.depth);
1477 vkd.cmdDispatch(cmdBuffer, extent3D.width, extent3D.height, extent3D.depth);
1496 tcu::TextureLevel texture {tcuFormat, static_cast<int>(extent3D.width), static_cast<int>(extent3D.height), static_cast<int>(extent3D.depth)};