/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | BufferVk.cpp | 178 VkBufferCopy copyRegion = {static_cast<VkDeviceSize>(sourceOffset), in copySubData() local 315 VkBufferCopy copyRegion = {0, offset, size}; in setDataImpl() local
|
D | vk_helpers.h | 914 VkBufferImageCopy copyRegion; member 919 VkImageCopy copyRegion; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderSyncTests.cpp | 933 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local 946 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 1041 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local 1046 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 1068 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
|
D | vktMeshShaderMiscTests.cpp | 344 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 2262 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local 2522 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageAstcDecodeModeTests.cpp | 281 const VkBufferImageCopy copyRegion = in iterate() local 335 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 | vktImageMismatchedWriteOpTests.cpp | 312 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(tcu::IVec3(m_width, m_… in upload() local 350 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(tcu::IVec3(m_width, m_… in download() local
|
D | vktImageMultisampleLoadStoreTests.cpp | 415 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(caseDef.texture.layerSize())… in test() local
|
D | vktImageCompressionTranscodingSupport.cpp | 714 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
|
D | vktImageLoadStoreTests.cpp | 380 const VkBufferImageCopy copyRegion = makeBufferImageCopy(texture); in commandCopyImageToBuffer() local 1485 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_texture); in commandBeforeCompute() local 2095 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_texture); in commandBeforeCompute() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | BufferVk.cpp | 545 const VkBufferCopy copyRegion = {static_cast<VkDeviceSize>(sourceOffset) + sourceBufferOffset, in copySubData() local 578 VkBufferCopy copyRegion = {mBufferOffset + offset, mHostVisibleBufferOffset, size}; in handleDeviceLocalBufferMap() local 595 VkBufferCopy copyRegion = {mHostVisibleBufferOffset, mBufferOffset + offset, size}; in handleDeviceLocalBufferUnmap() local 1002 VkBufferCopy copyRegion = {stagingBufferOffset, mBufferOffset + offset, size}; in flushMappedStagingBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 279 const VkBufferImageCopy copyRegion = in recordCopyBufferToImage() local 385 const VkBufferImageCopy copyRegion = in recordCopyImageToBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
D | vktFragmentShaderInterlockBasic.cpp | 811 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(copyDimX, copyDimY, 1u), in iterate() local 817 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, copyDimX*copyDimY*sizeof(deUint32)); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 733 const VkBufferImageCopy copyRegion = in uploadImageAspect() local 945 const VkBufferImageCopy copyRegion = in readImageAspect() local 4525 VkBufferImageCopy copyRegion in uploadCompressedImage() local 7959 CopyRegion copyRegion; in addImageToImageDimensionsTests() local 8128 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 8182 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 8236 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 8313 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 9268 CopyRegion copyRegion; in addImageToBufferTests() local 9296 CopyRegion copyRegion; in addImageToBufferTests() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyImageToBufferTests.cpp | 258 const vk::VkBufferImageCopy copyRegion = in iterate() local
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 251 const vk::VkBufferImageCopy copyRegion = in iterate() local
|
D | vktProtectedMemStorageBufferTests.cpp | 144 const vk::VkBufferCopy copyRegion = in addBufferCopyCmd() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 673 const VkBufferImageCopy copyRegion = makeBufferImageCopy( in draw() local
|
/third_party/vk-gl-cts/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 3033 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_resource.getImage().extent, m_resou… in recordCommands() local 3117 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() local 3278 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_outResource.getImage().extent, m_ou… in recordCommands() local 3433 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() local 3533 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_resource.getImage().extent, m_resou… in recordCommands() local 3604 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_inResource.getImage().extent, m_sub… in recordCommands() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 620 const VkBufferImageCopy copyRegion = in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 129 const VkBufferImageCopy copyRegion = in uploadImage() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 1296 const VkBufferImageCopy copyRegion = in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 605 …const auto copyRegion = vk::makeBufferImageCopy(vk::makeExtent3D(kFramebufferWidth, kFramebufferHe… in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 542 const VkBufferImageCopy copyRegion = in iterate() local
|