Home
last modified time | relevance | path

Searched refs:bufferRowLength (Results 1 – 25 of 63) sorted by relevance

123

/external/mesa3d/src/vulkan/runtime/
Dvk_cmd_copy.c125 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyBufferToImage()
166 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyImageToBuffer()
Dvk_image.c326 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/
DvktImageConcurrentCopyTests.cpp336 region.bufferRowLength = width; in iterate()
366 region.bufferRowLength, // uint32_t memoryRowLength; in iterate()
452 region.bufferRowLength = 0u; in iterate()
DvktImageTestsUtil.hpp169 … const uint32_t mipLevel, const uint32_t layer, const uint32_t bufferRowLength,
DvktImageTestsUtil.cpp1051 … const uint32_t mipLevel, const uint32_t layer, const uint32_t bufferRowLength, in makeBufferImageCopy() argument
1056 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp125 region.bufferRowLength = 0; in copyBufferToImage()
/external/angle/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp95 copy.bufferRowLength = gl::overlay::kFontGlyphWidth >> mip; in createFont()
Dvk_helpers.cpp8893 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 …]
DCLMemoryVk.cpp573 copyRegion.bufferRowLength = 0; in create()
/external/swiftshader/src/Vulkan/
DVkStructConversion.hpp149 pRegions[i].bufferRowLength,
184 pRegions[i].bufferRowLength,
DVkImage.cpp679 …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/
Dv3dvx_meta_common.c604 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()
Dv3dv_meta_copy.c715 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/
Dtransfer_image.cc237 copy_region.bufferRowLength = 0; in CreateBufferImageCopy()
/external/vulkan-validation-layers/tests/
Dvklayertests_command.cpp1304 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/
Dradv_meta_copy.c289 .width = region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width, in copy_image_to_buffer()
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp652 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/
Dpvr_blit.c775 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/
Dradv_sdma.c173 …const unsigned pitch = (region->bufferRowLength ? region->bufferRowLength : region->imageExtent.wi… in radv_sdma_get_buf_surf()
/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
Dvulkan_wrapper.cpp1468 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/
DSparseBindingTest.cpp203 region.bufferRowLength = 0; // Zeros mean tightly packed. in UploadContent()
/external/mesa3d/src/asahi/vulkan/
Dhk_cmd_meta.c785 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/
DVulkanCommandBuffer.cpp1493 region.bufferRowLength = (uint32_t)(bufferRowBytes/bytesPerBlock); in onCopyTextureToBuffer()
1542 region.bufferRowLength = in onCopyBufferToTexture()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_device.c3144 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/
Dbuffer_validation.cpp4722 …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()

123