/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 125 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyBufferToImage() 166 .bufferRowLength = pRegions[r].bufferRowLength, in vk_common_CmdCopyImageToBuffer()
|
D | vk_image.c | 293 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/ |
D | buffer_image_copy_common.txt | 7 * [[VUID-{refpage}-bufferRowLength-00195]] 8 pname:bufferRowLength must: be `0`, or greater than or equal to the
|
D | buffer_image_copy_common.adoc | 7 * [[VUID-{refpage}-bufferRowLength-00195]] 8 pname:bufferRowLength must: be `0`, or greater than or equal to the
|
D | copy_bufferimage_to_imagebuffer_common.txt | 45 * [[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
|
D | copy_bufferimage_to_imagebuffer_common.adoc | 45 * [[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/ |
D | VkStructConversion.hpp | 144 pRegions[i].bufferRowLength, 179 pRegions[i].bufferRowLength,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_sdma_copy_image.c | 120 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()
|
D | radv_meta_copy.c | 267 .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()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 572 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 …]
|
D | v3dvx_meta_common.c | 512 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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 123 region.bufferRowLength = 0; in copyBufferToImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|
/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/vk-gl-cts/external/vulkan-docs/src/chapters/VK_QCOM_rotated_copies/ |
D | rotated_addressing_copies.txt | 58 rowLength = region->bufferRowLength;
|
/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/dawn/src/dawn_native/vulkan/ |
D | UtilsVulkan.cpp | 127 region.bufferRowLength = dataLayout.bytesPerRow / blockInfo.byteSize * blockInfo.width; in ComputeBufferImageCopyRegion()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | transfer_image.cc | 237 copy_region.bufferRowLength = 0; in CreateBufferImageCopy()
|
/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/vulkan/ |
D | OverlayVk.cpp | 139 copy.bufferRowLength = gl::overlay::kFontImageWidth; in createFont()
|