Home
last modified time | relevance | path

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

123

/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/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dbuffer_image_copy_common.txt7 * [[VUID-{refpage}-bufferRowLength-00195]]
8 pname:bufferRowLength must: be `0`, or greater than or equal to the
Dbuffer_image_copy_common.adoc7 * [[VUID-{refpage}-bufferRowLength-00195]]
8 pname:bufferRowLength must: be `0`, or greater than or equal to the
Dcopy_bufferimage_to_imagebuffer_common.txt45 * [[VUID-{refpage}-bufferRowLength-00203]]
47 of pname:pRegions, pname:bufferRowLength must: be a multiple of the
98 element of pname:pRegions, pname:bufferRowLength multiplied by the texel
102 of pname:pRegions, pname:bufferRowLength divided by the compressed texel
Dcopy_bufferimage_to_imagebuffer_common.adoc45 * [[VUID-{refpage}-bufferRowLength-00203]]
46 For each element of pname:pRegions, pname:bufferRowLength must: be a
108 For each element of pname:pRegions, pname:bufferRowLength divided by the
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkStructConversion.hpp144 pRegions[i].bufferRowLength,
179 pRegions[i].bufferRowLength,
/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()
/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/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp163 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
DvktImageTestsUtil.cpp964 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument
969 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DUtil.cpp123 region.bufferRowLength = 0; in copyBufferToImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTestsUtil.hpp163 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
DvktImageTestsUtil.cpp964 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument
969 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
/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/vulkan-docs/src/chapters/VK_QCOM_rotated_copies/
Drotated_addressing_copies.txt58 rowLength = region->bufferRowLength;
/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/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp127 region.bufferRowLength = dataLayout.bytesPerRow / blockInfo.byteSize * blockInfo.width; in ComputeBufferImageCopyRegion()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dtransfer_image.cc237 copy_region.bufferRowLength = 0; in CreateBufferImageCopy()
/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/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp139 copy.bufferRowLength = gl::overlay::kFontImageWidth; in createFont()

123