/external/mesa3d/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 125 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyBufferToImage() 166 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyImageToBuffer()
|
D | vk_image.c | 326 const uint32_t row_length = region->bufferRowLength ? in vk_image_buffer_copy_layout() 327 region->bufferRowLength : extent.width; in vk_image_buffer_copy_layout() 358 .bufferRowLength = region->memoryRowLength, in vk_memory_to_image_copy_layout() 373 .bufferRowLength = region->memoryRowLength, in vk_image_to_memory_copy_layout()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageConcurrentCopyTests.cpp | 336 region.bufferRowLength = width; in iterate() 366 region.bufferRowLength, // uint32_t memoryRowLength; in iterate() 452 region.bufferRowLength = 0u; in iterate()
|
D | vktImageTestsUtil.hpp | 169 … const uint32_t mipLevel, const uint32_t layer, const uint32_t bufferRowLength,
|
D | vktImageTestsUtil.cpp | 1051 … const uint32_t mipLevel, const uint32_t layer, const uint32_t bufferRowLength, in makeBufferImageCopy() argument 1056 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 125 region.bufferRowLength = 0; in copyBufferToImage()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | OverlayVk.cpp | 95 copy.bufferRowLength = gl::overlay::kFontGlyphWidth >> mip; in createFont()
|
D | vk_helpers.cpp | 8893 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local 8921 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl() 8993 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl() 9019 bufferRowLength, bufferImageHeight, &copied)); in stageSubresourceUpdateImpl() 9057 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl() 9078 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 9120 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 9829 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData() 9939 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer() 11232 regions.bufferRowLength = 0; in copyImageDataToBuffer() [all …]
|
D | CLMemoryVk.cpp | 573 copyRegion.bufferRowLength = 0; in create()
|
/external/swiftshader/src/Vulkan/ |
D | VkStructConversion.hpp | 149 pRegions[i].bufferRowLength, 184 pRegions[i].bufferRowLength,
|
D | VkImage.cpp | 679 …copy(nullptr, dstBuffer->getOffsetPointer(region.bufferOffset), region.bufferRowLength, region.buf… in copyTo() 684 …copy(srcBuffer->getOffsetPointer(region.bufferOffset), nullptr, region.bufferRowLength, region.buf… in copyFrom()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_meta_common.c | 604 if (region->bufferRowLength == 0) in emit_copy_layer_to_buffer_per_tile_list() 607 width = region->bufferRowLength; in emit_copy_layer_to_buffer_per_tile_list() 1200 if (region->bufferRowLength == 0) in emit_copy_buffer_to_layer_per_tile_list() 1203 width = region->bufferRowLength; in emit_copy_buffer_to_layer_per_tile_list()
|
D | v3dv_meta_copy.c | 715 if (region->bufferRowLength == 0) in gather_image_to_buffer_info() 718 buf_width = region->bufferRowLength; in gather_image_to_buffer_info() 1698 .bufferRowLength = buf_stride / bpp, in copy_image_linear_texel_buffer() 1894 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu() 1897 width = region->bufferRowLength; in copy_buffer_to_image_tfu() 2837 if (region->bufferRowLength == 0) in texel_buffer_shader_copy() 2840 buf_width = region->bufferRowLength; in texel_buffer_shader_copy() 3001 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit() 3004 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit() 3061 .bufferRowLength = region->bufferRowLength / block_width, in copy_buffer_to_image_blit()
|
/external/deqp-deps/amber/src/vulkan/ |
D | transfer_image.cc | 237 copy_region.bufferRowLength = 0; in CreateBufferImageCopy()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_command.cpp | 1304 region.bufferRowLength = 0; in TEST_F() 1523 region.bufferRowLength = 0; in TEST_F() 1605 region.bufferRowLength = 68; in TEST_F() 1617 region.bufferRowLength = 0; in TEST_F() 1691 ds_region.bufferRowLength = 0; in TEST_F() 1768 ds_region.bufferRowLength = 260; in TEST_F() 1773 ds_region.bufferRowLength = 0; in TEST_F() 1877 region.bufferRowLength = 130; in TEST_F() 1885 region.bufferRowLength = 0; in TEST_F() 1906 region.bufferRowLength = 128; in TEST_F() [all …]
|
/external/mesa3d/src/amd/vulkan/meta/ |
D | radv_meta_copy.c | 289 .width = region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width, in copy_image_to_buffer()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkGpu.cpp | 652 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixelsTo() 722 region.bufferRowLength = rect.width(); in onTransferPixelsFrom() 908 region.bufferRowLength = revisedDimensions.width(); in fill_in_compressed_regions() 1001 region.bufferRowLength = currentWidth; in uploadTexDataOptimal() 2565 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
|
/external/mesa3d/src/imagination/vulkan/ |
D | pvr_blit.c | 775 if (region->bufferRowLength == 0) in pvr_copy_buffer_to_image_region_format() 778 row_length_in_texels = region->bufferRowLength; in pvr_copy_buffer_to_image_region_format() 936 if (region->bufferRowLength == 0) in pvr_copy_image_to_buffer_region_format() 939 buffer_row_length = region->bufferRowLength; in pvr_copy_image_to_buffer_region_format()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_sdma.c | 173 …const unsigned pitch = (region->bufferRowLength ? region->bufferRowLength : region->imageExtent.wi… in radv_sdma_get_buf_surf()
|
/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/ |
D | vulkan_wrapper.cpp | 1468 vkBufferImageCopy.bufferRowLength = 0; in copyBufferToImage() 1509 vkBufferImageCopy.bufferRowLength = 0; in copyBufferToImage() 1540 vkBufferImageCopy.bufferRowLength = 0; in copyImageToBuffer()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | SparseBindingTest.cpp | 203 region.bufferRowLength = 0; // Zeros mean tightly packed. in UploadContent()
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_cmd_meta.c | 785 p_format, MAX2(region->bufferRowLength, in hk_meta_copy_image_to_buffer2() 1008 p_format, MAX2(region->bufferRowLength, in hk_meta_copy_buffer_to_image2()
|
/external/skia/src/gpu/graphite/vk/ |
D | VulkanCommandBuffer.cpp | 1493 region.bufferRowLength = (uint32_t)(bufferRowBytes/bytesPerBlock); in onCopyTextureToBuffer() 1542 region.bufferRowLength = in onCopyBufferToTexture()
|
/external/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 3144 region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width; in dzn_buffer_get_copy_loc() 3185 region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width; in dzn_buffer_get_line_copy_loc()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 4722 …if ((pRegions[i].bufferRowLength != 0) && (pRegions[i].bufferRowLength < pRegions[i].imageExtent.w… in ValidateBufferImageCopyData() 4727 function, i, pRegions[i].bufferRowLength, pRegions[i].imageExtent.width); in ValidateBufferImageCopyData() 4797 if (SafeModulo(pRegions[i].bufferRowLength, block_size.width) != 0) { in ValidateBufferImageCopyData() 4802 function, i, pRegions[i].bufferRowLength, block_size.width); in ValidateBufferImageCopyData() 4927 …DeviceSize buffer_width = (0 == pRegions[i].bufferRowLength ? copy_extent.width : pRegions[i].buff… in ValidateBufferBounds()
|