Home
last modified time | relevance | path

Searched defs:copyRegion (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp282 const VkBufferImageCopy copyRegion = in iterate() local
336 const VkBufferImageCopy copyRegion = in iterate() local
DvktImageMultisampleLoadStoreTests.cpp415 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(caseDef.texture.layerSize())… in test() local
DvktImageCompressionTranscodingSupport.cpp714 const VkBufferImageCopy copyRegion = in copyDataToImage() local
865 const VkBufferImageCopy copyRegion = in copyResultAndCompare() local
1183 const VkBufferImageCopy copyRegion = in decompressImage() local
2087 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(mipmapDims.x(), mipmapDims.y(), 0u… in verifyDecompression() local
DvktImageLoadStoreTests.cpp358 const VkBufferImageCopy copyRegion = makeBufferImageCopy(texture); in commandCopyImageToBuffer() local
1371 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_texture); in commandBeforeCompute() local
1670 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_texture); in commandBeforeCompute() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp757 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(copyDimX, copyDimY, 1u), in iterate() local
763 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, copyDimX*copyDimY*sizeof(deUint32)); in iterate() local
/external/angle/src/libANGLE/renderer/vulkan/
DBufferVk.cpp312 const VkBufferCopy copyRegion = {static_cast<VkDeviceSize>(sourceOffset), in copySubData() local
504 VkBufferCopy copyRegion = {stagingBufferOffset, offset, size}; in stagedUpdate() local
Dvk_helpers.h1048 VkBufferImageCopy copyRegion; member
1053 VkImageCopy copyRegion; member
Dvk_helpers.cpp1743 VkBufferCopy copyRegion = {}; in initializeNonZeroMemory() local
1803 const VkBufferCopy &copyRegion) in copyFromBuffer()
2107 VkBufferImageCopy copyRegion = {}; in initializeNonZeroMemory() local
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp277 const VkBufferImageCopy copyRegion = in recordCopyBufferToImage() local
383 const VkBufferImageCopy copyRegion = in recordCopyImageToBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp564 const VkBufferImageCopy copyRegion = in uploadImageAspect() local
768 const VkBufferImageCopy copyRegion = in readImageAspect() local
5158 CopyRegion copyRegion; in addImageToImageDimensionsTests() local
5321 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local
5383 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local
5445 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local
5863 CopyRegion copyRegion; in addImageToBufferTests() local
5890 CopyRegion copyRegion; in addImageToBufferTests() local
5957 CopyRegion copyRegion; in addImageToBufferTests() local
5984 CopyRegion copyRegion; in addImageToBufferTests() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp598 const VkBufferImageCopy copyRegion = makeBufferImageCopy( in VulkanDrawContext() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyImageToBufferTests.cpp259 const vk::VkBufferImageCopy copyRegion = in iterate() local
DvktProtectedMemCopyBufferToImageTests.cpp251 const vk::VkBufferImageCopy copyRegion = in iterate() local
DvktProtectedMemStorageBufferTests.cpp143 const vk::VkBufferCopy copyRegion = in addBufferCopyCmd() local
DvktProtectedMemUtils.cpp757 const vk::VkBufferImageCopy copyRegion = in uploadImage() local
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c408 VkBufferImageCopy copyRegion = {}; in zink_transfer_copy_bufimage() local
/external/vulkan-validation-layers/tests/
Dvklayertests_command.cpp1224 VkImageCopy copyRegion; in TEST_F() local
2925 VkImageCopy copyRegion; in TEST_F() local
3022 VkImageCopy copyRegion; in TEST_F() local
3099 VkImageCopy copyRegion; in TEST_F() local
3163 VkImageCopy copyRegion; in TEST_F() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp642 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, m_resource.getBuffer().size); in recordCommands() local
758 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, m_inResource.getBuffer().size); in recordCommands() local
2658 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_resource.getImage().extent, m_resource.… in recordCommands() local
2734 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() local
2871 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_outResource.getImage().extent, m_outRes… in recordCommands() local
3015 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() local
3100 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_resource.getImage().extent, m_resource.… in recordCommands() local
3161 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_inResource.getImage().extent, m_subreso… in recordCommands() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp129 const VkBufferImageCopy copyRegion = in uploadImage() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp570 const VkBufferImageCopy copyRegion = in iterate() local
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp1018 VkBufferCopy copyRegion; in copyBuffer() local
1853 VkImageCopy copyRegion; in copySurfaceAsCopyImage() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp1306 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(DIM, DIM, 1u), in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1067 const VkBufferImageCopy copyRegion = in readImage() local
1652 const VkBufferImageCopy copyRegion = in setImageData() local
3000 const VkBufferImageCopy copyRegion = in readImage() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp1136 VkBufferCopy copyRegion; in copyBuffer() local
2226 VkImageCopy copyRegion; in copySurfaceAsCopyImage() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp681 const VkBufferImageCopy copyRegion = in fillUpResource() local

12