Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp899 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 DvktMeshShaderSyncTests.cpp1051 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 DvktMeshShaderSyncTestsEXT.cpp1247 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 DvktMeshShaderMiscTestsEXT.cpp388 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 DvktMeshShaderPropertyTestsEXT.cpp761 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 DCLCommandQueueVk.cpp299 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 DBufferVk.cpp648 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 DvktImageHostImageCopyTests.cpp785 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 DvktImageDepthStencilDescriptorTests.cpp1187 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 DvktImageAstcDecodeModeTests.cpp281 const VkBufferImageCopy copyRegion = { in iterate() local
333 const VkBufferImageCopy copyRegion = { in iterate() local
H A DvktImageMismatchedWriteOpTests.cpp322 …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 DvktImageCompressionTranscodingSupport.cpp961 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 DvktFragmentShaderInterlockBasic.cpp740 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 DvktDescriptorSetsIndexingTestsUtils.cpp268 const VkBufferImageCopy copyRegion = { in recordCopyBufferToImage() local
361 const VkBufferImageCopy copyRegion = { in recordCopyImageToBuffer() local
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp450 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 DvktRobustnessIndexAccessTests.cpp288 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 DvktSynchronizationNoneStageTests.cpp936 …const VkBufferImageCopy *copyRegion = m_usePipelineToWrite ? &colorCopyRegion : &transitionCopyReg… in iterate() local
1045 …const VkBufferImageCopy *copyRegion = m_usePipelineToRead ? &colorCopyRegion : &transitionCopyRegi… in iterate() local
H A DvktSynchronizationOperation.cpp736 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 DvktShaderObjectLinkTests.cpp523 const vk::VkBufferImageCopy copyRegion = { in iterate() local
967 const vk::VkBufferImageCopy copyRegion = { in iterate() local
H A DvktShaderObjectPipelineInteractionTests.cpp678 const vk::VkBufferImageCopy copyRegion = { in iterate() local
1164 const vk::VkBufferImageCopy copyRegion = { in iterate() local
H A DvktShaderObjectMiscTests.cpp359 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 DvktProtectedMemCopyBufferToImageTests.cpp238 const vk::VkBufferImageCopy copyRegion = { in iterate() local
H A DvktProtectedMemCopyImageToBufferTests.cpp253 const vk::VkBufferImageCopy copyRegion = { in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp331 const vk::VkImageCopy copyRegion = { in command() local

1234