Searched defs:makeBufferImageCopy (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp97 inline VkBufferImageCopy makeBufferImageCopy(const tcu::IVec2& imageSize) function in namespace:vkt::compute::__anon4299
99 return compute::makeBufferImageCopy(vk::makeExtent3D(imageSize.x(), imageSize.y(), 1), 1u);
783 const VkBufferImageCopy copyParams = makeBufferImageCopy(m_imageSize);
993 const VkBufferImageCopy copyParams = makeBufferImageCopy(m_imageSize);
2085 const VkBufferImageCopy copyParams = makeBufferImageCopy(m_imageSize);
H A DvktComputeTestsUtil.cpp74 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, function in namespace:vkt::compute
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp410 VkBufferImageCopy makeBufferImageCopy (const VkImageAspectFlags aspectFlags, const tcu::IVec2& renderSize) function in namespace:vkt::FragmentOperations::__anon4328
750 const VkBufferImageCopy copyRegion = makeBufferImageCopy(VK_IMAGE_ASPECT_COLOR_BIT, renderSize);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp514 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, function in namespace:vkt::geometry
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp62 inline VkBufferImageCopy makeBufferImageCopy (const Texture& texture) function in namespace:vkt::image::__anon4345
64 return image::makeBufferImageCopy(makeExtent3D(texture.layerSize()), texture.numLayers());
298 const VkBufferImageCopy copyRegion = makeBufferImageCopy(texture);
1114 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_texture);
H A DvktImageTestsUtil.cpp306 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, function in namespace:vkt::image
1275 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer) function in namespace:vkt::image
1299 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight) function in namespace:vkt::image
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp253 VkBufferImageCopy makeBufferImageCopy (const VkImageSubresourceLayers subresourceLayers, function in namespace:vkt::synchronization
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktDrawUtil.cpp240 VkBufferImageCopy makeBufferImageCopy (const VkImageSubresourceLayers subresourceLayers, function in namespace:vkt::drawutil
867 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u),
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp252 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, function in namespace:vkt::sparse
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp232 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, function in namespace:vkt::tessellation

Completed in 751 milliseconds