| /external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ | 
| D | vktMeshShaderSyncTests.cpp | 960 			const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize);  in iterate()  local 973 			const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 1123 			const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize);  in iterate()  local 1128 			const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 1150 		const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local
  | 
| D | vktMeshShaderSyncTestsEXT.cpp | 1163 			const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize);  in iterate()  local 1176 			const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 1346 			const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize);  in iterate()  local 1351 			const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 1373 		const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local
  | 
| D | vktMeshShaderProvokingVertexTestsEXT.cpp | 391 		const auto copyRegion = makeBufferImageCopy(colorExtent, colorSRL);  in iterate()  local
  | 
| D | vktMeshShaderPropertyTestsEXT.cpp | 767 	const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL);  in iterate()  local 983 	const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL);  in iterate()  local 1540 	const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL);  in iterate()  local 2343 	const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL);  in iterate()  local
  | 
| D | vktMeshShaderMiscTestsEXT.cpp | 379 	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 2510 	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 2771 	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 3488 	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 4087 	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 4450 	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);  in iterate()  local 4882 	const auto copyRegion		= makeBufferImageCopy(colorExtent, colorSRL);  in iterate()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/api/ | 
| D | vktApiCopiesAndBlittingTests.cpp | 768 		const VkBufferImageCopy	copyRegion	=  in uploadImageAspect()  local 968 	const VkBufferImageCopy		copyRegion		=  in readImageAspect()  local 4581 	VkBufferImageCopy copyRegion  in uploadCompressedImage()  local 9510 		CopyRegion				copyRegion;  in addImageToImageDimensionsTests()  local 9679 				CopyRegion			copyRegion;  in addImageToImageAllFormatsDepthStencilTests()  local 9733 						CopyRegion			copyRegion;  in addImageToImageAllFormatsDepthStencilTests()  local 9787 				CopyRegion			copyRegion;  in addImageToImageAllFormatsDepthStencilTests()  local 9864 				CopyRegion			copyRegion;  in addImageToImageAllFormatsDepthStencilTests()  local 10819 		CopyRegion	copyRegion;  in add1dImageToBufferTests()  local 10848 		CopyRegion	copyRegion;  in add1dImageToBufferTests()  local [all …] 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/image/ | 
| D | vktImageAstcDecodeModeTests.cpp | 282 				const VkBufferImageCopy copyRegion =  in iterate()  local 336 		const VkBufferImageCopy copyRegion =  in iterate()  local
  | 
| D | vktImageDepthStencilDescriptorTests.cpp | 1124 		const auto copyRegion				= makeBufferImageCopy(extent, colorLayers);  in iterate()  local 1139 			const auto copyRegion	= makeBufferImageCopy(extent, depthLayers);  in iterate()  local 1146 			const auto copyRegion		= makeBufferImageCopy(extent, stencilLayers);  in iterate()  local 1162 		const auto copyRegion	= makeBufferImageCopy(extent, colorLayers);  in iterate()  local
  | 
| D | vktImageTransfer.cpp | 208 		const vk::VkBufferImageCopy	copyRegion =  in iterate()  local
  | 
| D | vktImageMismatchedWriteOpTests.cpp | 314 …const VkBufferImageCopy			copyRegion					= makeBufferImageCopy(makeExtent3D(tcu::IVec3(m_width, m_…  in upload()  local 352 …const VkBufferImageCopy			copyRegion					= makeBufferImageCopy(makeExtent3D(tcu::IVec3(m_width, m_…  in download()  local
  | 
| D | vktImageMultisampleLoadStoreTests.cpp | 418 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(caseDef.texture.layerSize())…  in test()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/ | 
| D | vktFragmentShaderInterlockBasic.cpp | 745 		const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(copyDimX, copyDimY, 1u),  in iterate()  local 751 		const VkBufferCopy		copyRegion	= makeBufferCopy(0u, 0u, copyDimX*copyDimY*sizeof(deUint32));  in iterate()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ | 
| D | vktDescriptorSetsIndexingTestsUtils.cpp | 279 			const VkBufferImageCopy		copyRegion =  in recordCopyBufferToImage()  local 385 	const VkBufferImageCopy		copyRegion =  in recordCopyImageToBuffer()  local
  | 
| /external/angle/src/libANGLE/renderer/vulkan/ | 
| D | BufferVk.cpp | 532     VkBufferCopy copyRegion = {mStagingBuffer.getOffset(), mBuffer.getOffset() + offset, size};  in flushStagingBuffer()  local 546     VkBufferCopy copyRegion = {mBuffer.getOffset() + offset, mStagingBuffer.getOffset(), size};  in handleDeviceLocalBufferMap()  local 931         const VkBufferCopy copyRegion = {dataSource.bufferOffset + dataSource.buffer->getOffset(),  in stagedUpdate()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ | 
| D | vktProtectedMemCopyBufferToImageTests.cpp | 255 	const vk::VkBufferImageCopy			copyRegion			=  in iterate()  local
  | 
| D | vktProtectedMemCopyImageToBufferTests.cpp | 271 	const vk::VkBufferImageCopy			copyRegion			=  in iterate()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ | 
| D | vktDynamicStateClearTests.cpp | 308 			const vk::VkImageCopy copyRegion =  in command()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ | 
| D | vktRobustnessIndexAccessTests.cpp | 256 	const VkBufferImageCopy copyRegion = makeBufferImageCopy(imageExtent, colorSL);  in iterate()  local
  | 
| /external/vulkan-validation-layers/tests/ | 
| 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
  | 
| /external/deqp/external/vulkancts/modules/vulkan/util/ | 
| D | vktDrawUtil.cpp | 675 			const VkBufferImageCopy copyRegion = makeBufferImageCopy(  in draw()  local
  | 
| /external/mesa3d/src/gallium/drivers/zink/ | 
| D | zink_resource.c | 408    VkBufferImageCopy copyRegion = {};  in zink_transfer_copy_bufimage()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ | 
| D | vktSynchronizationNoneStageTests.cpp | 958 …const VkBufferImageCopy* copyRegion = m_usePipelineToWrite ? &colorCopyRegion : &transitionCopyReg…  in iterate()  local 1063 …const VkBufferImageCopy* copyRegion = m_usePipelineToRead ? &colorCopyRegion : &transitionCopyRegi…  in iterate()  local
  | 
| D | vktSynchronizationOperation.cpp | 661 		const VkBufferCopy			copyRegion				= makeBufferCopy(0u, 0u, m_resource.getBuffer().size);  in recordCommands()  local 796 		const VkBufferCopy		copyRegion	= makeBufferCopy(0u, 0u, m_inResource.getBuffer().size);  in recordCommands()  local 3044 …const VkBufferImageCopy		copyRegion				= makeBufferImageCopy(m_resource.getImage().extent, m_resou…  in recordCommands()  local 3132 		const VkBufferImageCopy		copyRegion				= makeBufferImageCopy(m_imageExtent, m_subresourceLayers);  in recordCommands()  local 3293 …const VkBufferImageCopy		copyRegion				= makeBufferImageCopy(m_outResource.getImage().extent, m_ou…  in recordCommands()  local 3451 		const VkBufferImageCopy		copyRegion				= makeBufferImageCopy(m_imageExtent, m_subresourceLayers);  in recordCommands()  local 3551 …const VkBufferImageCopy		copyRegion				= makeBufferImageCopy(m_resource.getImage().extent, m_resou…  in recordCommands()  local 3622 …const VkBufferImageCopy		copyRegion				= makeBufferImageCopy(m_inResource.getImage().extent, m_sub…  in recordCommands()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ | 
| D | vktPipelineMiscTests.cpp | 380 	const auto copyRegion		= makeBufferImageCopy(m_extent, colorSRL);  in iterate()  local 1008 	const auto copyRegion		= makeBufferImageCopy(colorExtent, colorSRL);  in iterate()  local
  | 
| D | vktPipelineNoPositionTests.cpp | 639 	const VkBufferImageCopy	copyRegion			=  in iterate()  local
  |