/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/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 | 207 const vk::VkBufferImageCopy copyRegion = in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 | 207 const vk::VkBufferImageCopy copyRegion = in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 767 const VkBufferImageCopy copyRegion = in uploadImageAspect() local 967 const VkBufferImageCopy copyRegion = in readImageAspect() local 4564 VkBufferImageCopy copyRegion in uploadCompressedImage() local 9487 CopyRegion copyRegion; in addImageToImageDimensionsTests() local 9656 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 9710 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 9764 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 9841 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 10796 CopyRegion copyRegion; in add1dImageToBufferTests() local 10825 CopyRegion copyRegion; in add1dImageToBufferTests() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 767 const VkBufferImageCopy copyRegion = in uploadImageAspect() local 967 const VkBufferImageCopy copyRegion = in readImageAspect() local 4564 VkBufferImageCopy copyRegion in uploadCompressedImage() local 9487 CopyRegion copyRegion; in addImageToImageDimensionsTests() local 9656 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 9710 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 9764 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 9841 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local 10796 CopyRegion copyRegion; in add1dImageToBufferTests() local 10825 CopyRegion copyRegion; in add1dImageToBufferTests() local [all …]
|
/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_no_buildgn/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
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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/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_no_buildgn/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
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateClearTests.cpp | 308 const vk::VkImageCopy copyRegion = in command() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateClearTests.cpp | 308 const vk::VkImageCopy copyRegion = in command() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustnessIndexAccessTests.cpp | 256 const VkBufferImageCopy copyRegion = makeBufferImageCopy(imageExtent, colorSL); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessIndexAccessTests.cpp | 256 const VkBufferImageCopy copyRegion = makeBufferImageCopy(imageExtent, colorSL); in iterate() local
|