/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/skia/src/gpu/graphite/vk/ |
D | VulkanCommandBuffer.cpp | 285 region.bufferRowLength = (uint32_t)(bufferRowBytes/bytesPerBlock); in onCopyTextureToBuffer() 329 region.bufferRowLength = (uint32_t)(copyData[i].fBufferRowBytes/bytesPerBlock); in onCopyBufferToTexture()
|
/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/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.hpp | 163 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
|
D | vktImageTestsUtil.cpp | 964 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument 969 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
|
D | vktImageSubresourceLayoutTests.cpp | 470 region.bufferRowLength = 0u; // Tightly packed data. in iterateAspect()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 125 region.bufferRowLength = 0; in copyBufferToImage()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | OverlayVk.cpp | 93 copy.bufferRowLength = gl::overlay::kFontGlyphWidth >> mip; in createFont()
|
D | vk_helpers.cpp | 7264 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local 7292 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl() 7353 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl() 7402 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl() 7423 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 7465 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 7899 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData() 8009 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer() 9075 regions.bufferRowLength = 0; in copyImageDataToBuffer() 9114 region.bufferRowLength = 0; in copySurfaceImageToBuffer() [all …]
|
D | UtilsVk.cpp | 3074 region.bufferRowLength = bufferRowLengthInUints * sizeof(uint32_t); in stencilBlitResolveNoShaderExport() 3754 ASSERT(copyRegion->bufferRowLength % info.compressedBlockWidth == 0 && in transCodeEtcToBc() 3760 GLuint sliceTexels = (copyRegion->bufferRowLength / info.compressedBlockWidth) * in transCodeEtcToBc()
|
/external/swiftshader/src/Vulkan/ |
D | VkStructConversion.hpp | 146 pRegions[i].bufferRowLength, 181 pRegions[i].bufferRowLength,
|
D | VkImage.cpp | 720 if(region.bufferRowLength != 0) in bufferExtentInBlocks() 722 adjustedExtent.width = region.bufferRowLength; in bufferExtentInBlocks() 728 adjustedExtent.width = (region.bufferRowLength + blockWidth - 1) / blockWidth; in bufferExtentInBlocks()
|
/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/skia/src/gpu/ganesh/vk/ |
D | GrVkGpu.cpp | 708 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixelsTo() 778 region.bufferRowLength = rect.width(); in onTransferPixelsFrom() 966 region.bufferRowLength = revisedDimensions.width(); in fill_in_compressed_regions() 1059 region.bufferRowLength = currentWidth; in uploadTexDataOptimal() 2615 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
|
/external/OpenCL-CTS/test_conformance/vulkan/vulkan_interop_common/ |
D | vulkan_wrapper.cpp | 1360 vkBufferImageCopy.bufferRowLength = 0; in copyBufferToImage() 1401 vkBufferImageCopy.bufferRowLength = 0; in copyBufferToImage() 1432 vkBufferImageCopy.bufferRowLength = 0; in copyImageToBuffer()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 570 .bufferRowLength = linear_stride / cpp, in wsi_create_prime_image()
|
/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/framework/vulkan/generated/vulkansc/ |
D | vkStructTypes.inl | 1051 uint32_t bufferRowLength; member 3017 uint32_t bufferRowLength; member
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 579 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
|