Home
last modified time | relevance | path

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

12345

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderSyncTests.cpp960 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
DvktMeshShaderSyncTestsEXT.cpp1163 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/
DvktMeshShaderSyncTests.cpp960 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
DvktMeshShaderSyncTestsEXT.cpp1163 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/
DvktImageAstcDecodeModeTests.cpp282 const VkBufferImageCopy copyRegion = in iterate() local
336 const VkBufferImageCopy copyRegion = in iterate() local
DvktImageDepthStencilDescriptorTests.cpp1124 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
DvktImageTransfer.cpp207 const vk::VkBufferImageCopy copyRegion = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAstcDecodeModeTests.cpp282 const VkBufferImageCopy copyRegion = in iterate() local
336 const VkBufferImageCopy copyRegion = in iterate() local
DvktImageDepthStencilDescriptorTests.cpp1124 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
DvktImageTransfer.cpp207 const vk::VkBufferImageCopy copyRegion = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp767 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/
DvktApiCopiesAndBlittingTests.cpp767 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/
DBufferVk.cpp545 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/
DvktFragmentShaderInterlockBasic.cpp745 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/
DvktFragmentShaderInterlockBasic.cpp745 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/
DvktDescriptorSetsIndexingTestsUtils.cpp279 const VkBufferImageCopy copyRegion = in recordCopyBufferToImage() local
385 const VkBufferImageCopy copyRegion = in recordCopyImageToBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp279 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/
DvktProtectedMemCopyBufferToImageTests.cpp255 const vk::VkBufferImageCopy copyRegion = in iterate() local
DvktProtectedMemCopyImageToBufferTests.cpp271 const vk::VkBufferImageCopy copyRegion = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyBufferToImageTests.cpp255 const vk::VkBufferImageCopy copyRegion = in iterate() local
DvktProtectedMemCopyImageToBufferTests.cpp271 const vk::VkBufferImageCopy copyRegion = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateClearTests.cpp308 const vk::VkImageCopy copyRegion = in command() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateClearTests.cpp308 const vk::VkImageCopy copyRegion = in command() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessIndexAccessTests.cpp256 const VkBufferImageCopy copyRegion = makeBufferImageCopy(imageExtent, colorSL); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessIndexAccessTests.cpp256 const VkBufferImageCopy copyRegion = makeBufferImageCopy(imageExtent, colorSL); in iterate() local

12345