/third_party/mesa3d/src/vulkan/util/ |
D | vk_cmd_copy.c | 125 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyBufferToImage() 166 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyImageToBuffer()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkStructConversion.hpp | 144 pRegions[i].bufferRowLength, 179 pRegions[i].bufferRowLength,
|
D | VkImage.cpp | 736 if(region.bufferRowLength != 0) in bufferExtentInBlocks() 738 adjustedExtent.width = region.bufferRowLength; in bufferExtentInBlocks() 744 adjustedExtent.width = (region.bufferRowLength + blockWidth - 1) / blockWidth; in bufferExtentInBlocks()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 164 .width = region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width, in copy_buffer_to_image() 291 .width = region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width, in copy_image_to_buffer()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 2081 uint32_t bufferRowLength; in stageSubresourceUpdate() local 2115 bufferRowLength = checkedRowLength.ValueOrDie(); in stageSubresourceUpdate() 2143 bufferRowLength = glExtents.width; in stageSubresourceUpdate() 2177 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdate() 2218 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdate() 2270 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData() 2371 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer()
|
D | FramebufferVk.cpp | 1513 region.bufferRowLength = srcExtent.width; in readPixelsImpl()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 123 region.bufferRowLength = 0; in copyBufferToImage()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 564 if (region->bufferRowLength == 0) in copy_image_to_buffer_blit() 567 buf_width = region->bufferRowLength; in copy_image_to_buffer_blit() 1288 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu() 1291 width = region->bufferRowLength; in copy_buffer_to_image_tfu() 2199 if (region->bufferRowLength == 0) in texel_buffer_shader_copy() 2202 buf_width = region->bufferRowLength; in texel_buffer_shader_copy() 2352 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit() 2355 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit() 2405 .bufferRowLength = region->bufferRowLength / block_width, in copy_buffer_to_image_blit() 2639 if (region->bufferRowLength == 0) in copy_buffer_to_image_cpu() [all …]
|
D | v3dvx_meta_common.c | 497 if (region->bufferRowLength == 0) in emit_copy_layer_to_buffer_per_tile_list() 500 width = region->bufferRowLength; in emit_copy_layer_to_buffer_per_tile_list() 1061 if (region->bufferRowLength == 0) in emit_copy_buffer_to_layer_per_tile_list() 1064 width = region->bufferRowLength; in emit_copy_buffer_to_layer_per_tile_list()
|
/third_party/vk-gl-cts/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()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 518 .bufferRowLength = GST_VIDEO_INFO_COMP_WIDTH (&raw->in_info, i), in _buffer_to_image_perform() 558 .size = region.bufferRowLength * region.bufferImageHeight in _buffer_to_image_perform() 903 .bufferRowLength = GST_VIDEO_INFO_COMP_WIDTH (&raw->in_info, i), in _raw_to_image_perform() 929 .size = region.bufferRowLength * region.bufferImageHeight, in _raw_to_image_perform()
|
D | vkdownload.c | 227 .bufferRowLength = GST_VIDEO_INFO_COMP_WIDTH (&raw->in_info, i), in _image_to_raw_perform() 267 .size = region.bufferRowLength * region.bufferImageHeight in _image_to_raw_perform()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | UtilsVulkan.cpp | 127 region.bufferRowLength = dataLayout.bytesPerRow / blockInfo.byteSize * blockInfo.width; in ComputeBufferImageCopyRegion()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 495 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixelsTo() 560 region.bufferRowLength = width; in onTransferPixelsFrom() 838 region.bufferRowLength = currentWidth; in uploadTexDataOptimal() 923 region.bufferRowLength = width; in uploadTexDataCompressed() 1739 region.bufferRowLength = currentWidth; in createVkImageForBackendSurface() 2401 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | OverlayVk.cpp | 139 copy.bufferRowLength = gl::overlay::kFontImageWidth; in createFont()
|
D | vk_helpers.cpp | 5721 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local 5749 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl() 5793 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl() 5844 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl() 5863 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 5905 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl() 6198 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData() 6311 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer() 7226 regions[0].bufferRowLength = 0; in copyImageDataToBuffer() 7524 region.bufferRowLength = packPixelsParams.outputPitch / readFormat->pixelBytes; in readPixels() [all …]
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 588 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixelsTo() 658 region.bufferRowLength = rect.width(); in onTransferPixelsFrom() 842 region.bufferRowLength = revisedDimensions.width(); in fill_in_compressed_regions() 935 region.bufferRowLength = currentWidth; in uploadTexDataOptimal() 2455 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_utils.mm | 281 uint32_t bufferRowLength; 288 &bufferRowLength)) 293 *bytesPerRowOut = bufferRowLength;
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 613 .bufferRowLength = linear_stride / cpp, in wsi_create_prime_image()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 528 region->bufferRowLength ? in copy_buffer_to_image() 529 region->bufferRowLength : extent.width; in copy_buffer_to_image()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 77 region.bufferRowLength = bufferCopy.rowPitch / format.blockByteSize * format.blockWidth; in ComputeBufferImageCopyRegion()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 1168 .buf.stride.line = (region->bufferRowLength ? : region->imageExtent.width) * buftexelsz, in panvk_meta_copy_buf2img() 1617 .buf.stride.line = (region->bufferRowLength ? : region->imageExtent.width) * buftexelsz, in panvk_meta_copy_img2buf()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 540 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
|