Home
last modified time | relevance | path

Searched refs:m_imageExtent (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraceRaysTests.cpp152 const VkExtent3D m_imageExtent; member in vkt::RayTracing::__anon3166dd8b0111::RayTracingTraceRaysIndirectTestInstance
272 , m_imageExtent (getImageExtent(data.traceDimensions)) in RayTracingTraceRaysIndirectTestInstance()
292 for (deUint32 z = 0; z < m_imageExtent.depth; ++z) in initBottomAccelerationStructures()
293 for (deUint32 y = 0; y < m_imageExtent.height; ++y) in initBottomAccelerationStructures()
294 for (deUint32 x = 0; x < m_imageExtent.width; ++x) in initBottomAccelerationStructures()
326 …const deUint32 instanceCount = m_imageExtent.depth * m_imageExtent.height * m_imageExtent.w… in initTopAccelerationStructure()
333 for (deUint32 z = 0; z < m_imageExtent.depth; ++z) in initTopAccelerationStructure()
334 for (deUint32 y = 0; y < m_imageExtent.height; ++y) in initTopAccelerationStructure()
335 for (deUint32 x = 0; x < m_imageExtent.width; ++x) in initTopAccelerationStructure()
355 …const deUint32 pixelCount = m_imageExtent.depth * m_imageExtent.height * m_imageExtent.… in runTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp202 VkExtent3D m_imageExtent; member in vkt::synchronization::__anon106c8ffe0111::NoneStageTestInstance
265 , m_imageExtent { 32, 32, 1 } in NoneStageTestInstance()
644 m_imageExtent.width, // deUint32 width in buildFramebuffer()
645 m_imageExtent.height, // deUint32 height in buildFramebuffer()
731 const std::vector<VkViewport> viewports { makeViewport(m_imageExtent) }; in buildPipeline()
732 const std::vector<VkRect2D> scissors { makeRect2D(m_imageExtent) }; in buildPipeline()
793 const deUint32 imageSizeInBytes = m_imageExtent.width * m_imageExtent.height * 4; in iterate()
795 const VkRect2D renderArea = makeRect2D(0, 0, m_imageExtent.width, m_imageExtent.height); in iterate()
796 …const VkBufferImageCopy transitionCopyRegion = buildCopyRegion(m_imageExtent, m_transitionImageAs… in iterate()
797 …const VkBufferImageCopy colorCopyRegion = buildCopyRegion(m_imageExtent, VK_IMAGE_ASPECT_COLOR_… in iterate()
[all …]
DvktSynchronizationOperation.cpp3103m_imageExtent = get2DImageExtentWithSize(m_resource.getBuffer().size, pixelSize); // there may be… in ReadImplementation()
3107 …vk, device, allocator, makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_imageExtent, format, VK_IMAGE_USAGE… in ReadImplementation()
3117 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands()
3201 VkExtent3D m_imageExtent; member in vkt::synchronization::__anon3d1a14f80111::CopyBufferToImage::ReadImplementation
3415 m_imageExtent = get2DImageExtentWithSize(m_resource.getBuffer().size, pixelSize); in WriteImplementation()
3427 …vk, device, allocator, makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_imageExtent, format, VK_IMAGE_USAGE… in WriteImplementation()
3433 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands()
3505 VkExtent3D m_imageExtent; member in vkt::synchronization::__anon3d1a14f80111::CopyImageToBuffer::WriteImplementation