/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 164 .width = region->bufferRowLength ? in copy_buffer_to_image() 165 region->bufferRowLength : region->imageExtent.width, in copy_buffer_to_image() 270 .bufferRowLength = pRegions[r].bufferRowLength, in radv_CmdCopyBufferToImage() 331 .width = region->bufferRowLength ? in copy_image_to_buffer() 332 region->bufferRowLength : region->imageExtent.width, in copy_image_to_buffer() 427 .bufferRowLength = pRegions[r].bufferRowLength, in radv_CmdCopyImageToBuffer()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 645 if (region->bufferRowLength == 0) in emit_copy_layer_to_buffer_per_tile_list() 648 width = region->bufferRowLength; in emit_copy_layer_to_buffer_per_tile_list() 911 if (region->bufferRowLength == 0) in copy_image_to_buffer_blit() 914 buf_width = region->bufferRowLength; in copy_image_to_buffer_blit() 2249 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu() 2252 width = region->bufferRowLength; in copy_buffer_to_image_tfu() 2349 if (region->bufferRowLength == 0) in emit_copy_buffer_to_layer_per_tile_list() 2352 width = region->bufferRowLength; in emit_copy_buffer_to_layer_per_tile_list() 2627 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit() 2630 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit() [all …]
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 123 region.bufferRowLength = 0; in copyBufferToImage()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.hpp | 187 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
|
D | vktImageTestsUtil.cpp | 1001 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument 1006 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
|
D | vktImageSubresourceLayoutTests.cpp | 461 region.bufferRowLength = 0u; // Tightly packed data. in iterateAspect()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 542 region->bufferRowLength ? in copy_buffer_to_image() 543 region->bufferRowLength : extent.width; in copy_buffer_to_image() 641 .bufferRowLength = pRegions[r].bufferRowLength, in anv_CmdCopyBufferToImage() 694 .bufferRowLength = pRegions[r].bufferRowLength, in anv_CmdCopyImageToBuffer()
|
/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 …]
|
D | vklayertests_buffer_image_memory_sampler.cpp | 745 region.bufferRowLength = 128; in TEST_F() 782 region.bufferRowLength = 0; in TEST_F() 1486 copy_region.bufferRowLength = 128; in TEST_F() 2381 region.bufferRowLength = 0; in TEST_F() 2992 region.bufferRowLength = 16; in TEST_F()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | OverlayVk.cpp | 139 copy.bufferRowLength = gl::overlay::kFontImageWidth; in createFont()
|
D | vk_helpers.cpp | 5421 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local 5449 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl() 5493 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl() 5544 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl() 5562 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 5604 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 5834 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData() 5945 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer() 6745 regions[0].bufferRowLength = 0; in copyImageDataToBuffer() 7017 region.bufferRowLength = packPixelsParams.outputPitch / readFormat->pixelBytes; in readPixels() [all …]
|
D | TextureVk.cpp | 1676 region.bufferRowLength = rowLength; in copyBufferDataToImage()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 457 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixels() 750 region.bufferRowLength = currentWidth; in uploadTexDataOptimal() 885 region.bufferRowLength = currentWidth; in uploadTexDataCompressed() 1570 region.bufferRowLength = currentWidth; in createTestingOnlyVkImage() 2170 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 580 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixelsTo() 647 region.bufferRowLength = width; in onTransferPixelsFrom() 829 region.bufferRowLength = revisedDimensions.width(); in fill_in_compressed_regions() 926 region.bufferRowLength = currentWidth; in uploadTexDataOptimal() 2406 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 570 .bufferRowLength = linear_stride / cpp, in wsi_create_prime_image()
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 706 if(region.bufferRowLength != 0) in bufferExtentInBlocks() 708 adjustedExtent.width = region.bufferRowLength; in bufferExtentInBlocks()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | SparseBindingTest.cpp | 203 region.bufferRowLength = 0; // Zeros mean tightly packed. in UploadContent()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 410 copyRegion.bufferRowLength = 0; in zink_transfer_copy_bufimage()
|
/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()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 1181 uint32_t src_width = info->bufferRowLength ?: extent.width; in tu_copy_buffer_to_image() 1256 uint32_t dst_width = info->bufferRowLength ?: extent.width; in tu_copy_image_to_buffer()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 155 bufferImageCopy.bufferRowLength, // uint32_t bufferRowLength; in convertvkBufferImageCopyTovkBufferImageCopy2KHR() 1870 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() 2103 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() 2152 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() 7559 const deUint32 bufferRowLength = defaultFourthSize; in addImageToBufferTests() local 7562 DE_ASSERT(!bufferRowLength || bufferRowLength >= imageExtent.width); in addImageToBufferTests() 7570 bufferRowLength, // deUint32 bufferRowLength; in addImageToBufferTests()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 540 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 1563 … unsigned buffer_row_len = util_format_get_stride(dst_format, copycmd->regions[i].bufferRowLength); in handle_copy_image_to_buffer() 1644 … unsigned buffer_row_len = util_format_get_stride(src_format, copycmd->regions[i].bufferRowLength); in handle_copy_buffer_to_image()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 1121 deUint32 bufferRowLength; member 3073 deUint32 bufferRowLength; member
|