Home
last modified time | relevance | path

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

12

/third_party/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.c293 const uint32_t row_length = region->bufferRowLength ? in vk_image_buffer_copy_layout()
294 region->bufferRowLength : extent.width; in vk_image_buffer_copy_layout()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkStructConversion.hpp144 pRegions[i].bufferRowLength,
179 pRegions[i].bufferRowLength,
DVkImage.cpp736 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/
Dradv_sdma_copy_image.c120 unsigned linear_pitch = region->bufferRowLength; in radv_sdma_v4_v5_copy_image_to_buffer()
121 unsigned linear_slice_pitch = region->bufferRowLength * copy_height; in radv_sdma_v4_v5_copy_image_to_buffer()
Dradv_meta_copy.c267 .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/
Dvk_helpers.cpp2081 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()
DFramebufferVk.cpp1513 region.bufferRowLength = srcExtent.width; in readPixelsImpl()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c572 if (region->bufferRowLength == 0) in copy_image_to_buffer_blit()
575 buf_width = region->bufferRowLength; in copy_image_to_buffer_blit()
1335 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu()
1338 width = region->bufferRowLength; in copy_buffer_to_image_tfu()
2229 if (region->bufferRowLength == 0) in texel_buffer_shader_copy()
2232 buf_width = region->bufferRowLength; in texel_buffer_shader_copy()
2386 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit()
2389 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit()
2439 .bufferRowLength = region->bufferRowLength / block_width, in copy_buffer_to_image_blit()
2672 if (region->bufferRowLength == 0) in copy_buffer_to_image_cpu()
[all …]
Dv3dvx_meta_common.c512 if (region->bufferRowLength == 0) in emit_copy_layer_to_buffer_per_tile_list()
515 width = region->bufferRowLength; in emit_copy_layer_to_buffer_per_tile_list()
1068 if (region->bufferRowLength == 0) in emit_copy_buffer_to_layer_per_tile_list()
1071 width = region->bufferRowLength; in emit_copy_buffer_to_layer_per_tile_list()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DUtil.cpp123 region.bufferRowLength = 0; in copyBufferToImage()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c518 .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()
Dvkdownload.c227 .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/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp187 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
DvktImageTestsUtil.cpp1001 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument
1006 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
DvktImageSubresourceLayoutTests.cpp461 region.bufferRowLength = 0u; // Tightly packed data. in iterateAspect()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp127 region.bufferRowLength = dataLayout.bytesPerRow / blockInfo.byteSize * blockInfo.width; in ComputeBufferImageCopyRegion()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp495 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/
DOverlayVk.cpp139 copy.bufferRowLength = gl::overlay::kFontImageWidth; in createFont()
Dvk_helpers.cpp5721 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/
DGrVkGpu.cpp588 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/mesa3d/src/microsoft/vulkan/
Ddzn_device.c2527 region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width; in dzn_buffer_get_copy_loc()
2568 region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width; in dzn_buffer_get_line_copy_loc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_utils.mm281 uint32_t bufferRowLength;
288 &bufferRowLength))
293 *bytesPerRowOut = bufferRowLength;
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp77 region.bufferRowLength = bufferCopy.rowPitch / format.blockByteSize * format.blockWidth; in ComputeBufferImageCopyRegion()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp540 copyState.bufferRowLength = transferInfo->width; in copyToCPU()

12