/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 899 const VkBufferImageCopy copyRegion = { in uploadImageAspect() local 1105 const VkBufferImageCopy copyRegion = { in readImageAspect() local 2824 VkBufferImageCopy copyRegion; in iterate() local 5278 VkBufferImageCopy copyRegion{ in uploadCompressedImage() local 10608 CopyRegion copyRegion; in addImageToImageDimensionsTests() local 10774 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 10853 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 10934 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 11016 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 11068 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSyncTests.cpp | 1051 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local 1066 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 1236 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local 1241 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 1269 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
|
H A D | vktMeshShaderSyncTestsEXT.cpp | 1247 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local 1262 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 1448 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local 1453 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 1481 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 388 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 2533 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 2790 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 3508 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 4084 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 4446 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 4890 const auto copyRegion = makeBufferImageCopy(colorExtent, colorSRL); in iterate() local
|
H A D | vktMeshShaderPropertyTestsEXT.cpp | 761 const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL); in iterate() local 983 const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL); in iterate() local 1534 const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL); in iterate() local 2312 const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL); in iterate() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | CLCommandQueueVk.cpp | 299 VkBufferCopy copyRegion = {srcOffset, dstOffset, size}; in enqueueCopyBuffer() local 445 VkBufferImageCopy copyRegion = {}; in copyImageToFromBuffer() local 519 VkBufferCopy copyRegion = {transferConfig.offset, transferConfig.offset, in addToHostTransferList() local 537 VkBufferCopy copyRegion = {transferConfig.offset, transferConfig.offset, in addToHostTransferList() local 718 VkImageCopy copyRegion = {}; in enqueueCopyImage() local
|
H A D | BufferVk.cpp | 648 VkBufferCopy copyRegion = {mStagingBuffer.getOffset(), mBuffer.getOffset() + offset, size}; in flushStagingBuffer() local 665 VkBufferCopy copyRegion = {mBuffer.getOffset() + offset, mStagingBuffer.getOffset(), size}; in handleDeviceLocalBufferMap() local 1081 const VkBufferCopy copyRegion = {dataSource.bufferOffset + dataSource.buffer->getOffset(), in stagedUpdate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 785 const vk::VkBufferImageCopy copyRegion = { in iterate() local 977 const vk::VkBufferImageCopy copyRegion = { in iterate() local 1578 const vk::VkBufferImageCopy copyRegion = { in iterate() local 2118 const auto copyRegion = makeBufferImageCopy(vkExtent, copySRL); in generateImageData() local 2147 const auto copyRegion = makeBufferImageCopy(vkExtent, copySRL); in generateImageData() local 2185 const auto copyRegion = makeBufferImageCopy(vkExtent, copySRL); in generateCompressedImageData() local 2335 const auto copyRegion = makeBufferCopy(0ull, 0ull, imageMemSize); in iterate() local 2591 const VkMemoryToImageCopyEXT copyRegion = { in copyDSMemoryToImage() local 2619 const VkImageToMemoryCopyEXT copyRegion = { in copyDSImageToMemory() local
|
H A D | vktImageDepthStencilDescriptorTests.cpp | 1187 const auto copyRegion = makeBufferImageCopy(extent, colorLayers); in iterate() local 1210 const auto copyRegion = makeBufferImageCopy(extent, depthLayers); in iterate() local 1218 const auto copyRegion = makeBufferImageCopy(extent, stencilLayers); in iterate() local 1239 const auto copyRegion = makeBufferImageCopy(extent, colorLayers); in iterate() local
|
H A D | vktImageAstcDecodeModeTests.cpp | 281 const VkBufferImageCopy copyRegion = { in iterate() local 333 const VkBufferImageCopy copyRegion = { in iterate() local
|
H A D | vktImageMismatchedWriteOpTests.cpp | 322 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(tcu::IVec3(m_width, m_height… in upload() local 360 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(tcu::IVec3(m_width, m_height… in download() local
|
H A D | vktImageCompressionTranscodingSupport.cpp | 961 const VkBufferImageCopy copyRegion = { in copyDataToImage() local 1123 const VkBufferImageCopy copyRegion = { in copyResultAndCompare() local 1506 const VkBufferImageCopy copyRegion = { in decompressImage() local 2596 … const VkBufferImageCopy copyRegion = makeBufferImageCopy(mipmapDims.x(), mipmapDims.y(), 0u, 0u); in verifyDecompression() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
H A D | vktFragmentShaderInterlockBasic.cpp | 740 const VkBufferImageCopy copyRegion = makeBufferImageCopy( in iterate() local 746 … const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, copyDimX * copyDimY * sizeof(uint32_t)); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 268 const VkBufferImageCopy copyRegion = { in recordCopyBufferToImage() local 361 const VkBufferImageCopy copyRegion = { in recordCopyImageToBuffer() local
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vklayertests_command.cpp | 1224 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
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.cpp | 450 const auto copyRegion = makeBufferImageCopy(fsrExtent, colorSRL); in testEnableDisable() local 479 const auto copyRegion = makeBufferImageCopy(vkExtent, colorSRL); in testEnableDisable() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessIndexAccessTests.cpp | 288 const VkBufferImageCopy copyRegion = makeBufferImageCopy(imageExtent, colorSL); in iterate() local 867 const VkBufferImageCopy copyRegion = makeBufferImageCopy(imageExtent, colorSL); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 936 …const VkBufferImageCopy *copyRegion = m_usePipelineToWrite ? &colorCopyRegion : &transitionCopyReg… in iterate() local 1045 …const VkBufferImageCopy *copyRegion = m_usePipelineToRead ? &colorCopyRegion : &transitionCopyRegi… in iterate() local
|
H A D | vktSynchronizationOperation.cpp | 736 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, m_resource.getBuffer().size); in recordCommands() local 869 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, m_inResource.getBuffer().size); in recordCommands() local 3353 const VkBufferImageCopy copyRegion = in recordCommands() local 3445 … const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() local 3611 const VkBufferImageCopy copyRegion = in recordCommands() local 3776 … const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() local 3879 const VkBufferImageCopy copyRegion = in recordCommands() local 3952 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_inResource.getImage().extent, m_subreso… in recordCommands() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectLinkTests.cpp | 523 const vk::VkBufferImageCopy copyRegion = { in iterate() local 967 const vk::VkBufferImageCopy copyRegion = { in iterate() local
|
H A D | vktShaderObjectPipelineInteractionTests.cpp | 678 const vk::VkBufferImageCopy copyRegion = { in iterate() local 1164 const vk::VkBufferImageCopy copyRegion = { in iterate() local
|
H A D | vktShaderObjectMiscTests.cpp | 359 const vk::VkBufferImageCopy copyRegion = vk::makeBufferImageCopy(extent, subresourceLayers); in iterate() local 1748 const vk::VkBufferImageCopy copyRegion = vk::makeBufferImageCopy(extent, subresourceLayers); in iterate() local 2476 const vk::VkBufferImageCopy copyRegion = vk::makeBufferImageCopy(extent, subresourceLayers); in iterate() local 2813 const vk::VkBufferImageCopy copyRegion = vk::makeBufferImageCopy(extent, subresourceLayers); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 238 const vk::VkBufferImageCopy copyRegion = { in iterate() local
|
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 253 const vk::VkBufferImageCopy copyRegion = { in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateClearTests.cpp | 331 const vk::VkImageCopy copyRegion = { in command() local
|