HomeSort by: relevance | last modified time | path
    Searched refs:bufferRowLength (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_cmd_copy.c 125 .bufferRowLength = pRegions[r].bufferRowLength,
166 .bufferRowLength = pRegions[r].bufferRowLength,
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_meta_copy.c 252 unsigned src_pixel_stride = copy_info->bufferRowLength
253 ? copy_info->bufferRowLength
372 unsigned src_pixel_stride = copy_info->bufferRowLength
373 ? copy_info->bufferRowLength
443 unsigned dst_pixel_stride = copy_info->bufferRowLength
444 ? copy_info->bufferRowLength
554 unsigned dst_pixel_stride = copy_info->bufferRowLength
555 ? copy_info->bufferRowLength
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_copy.c 164 .width = region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width,
291 .width = region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width,
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_copy.c 167 .width = pRegions[r].bufferRowLength ?
168 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width,
311 .width = pRegions[r].bufferRowLength ?
312 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width,
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_meta_common.c 497 if (region->bufferRowLength == 0)
500 width = region->bufferRowLength;
1061 if (region->bufferRowLength == 0)
1064 width = region->bufferRowLength;
v3dv_meta_copy.c 564 if (region->bufferRowLength == 0)
567 buf_width = region->bufferRowLength;
1288 if (region->bufferRowLength == 0)
1291 width = region->bufferRowLength;
2199 if (region->bufferRowLength == 0)
2202 buf_width = region->bufferRowLength;
2352 if (region->bufferRowLength == 0)
2355 buf_width = region->bufferRowLength;
2405 .bufferRowLength = region->bufferRowLength / block_width
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_drm.c 617 .bufferRowLength = linear_stride / cpp,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_blorp.c 404 .width = pRegions[r].bufferRowLength ?
405 pRegions[r].bufferRowLength : extent.width,
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_blorp.c 528 region->bufferRowLength ?
529 region->bufferRowLength : extent.width;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_meta_copy.c 1168 .buf.stride.line = (region->bufferRowLength ? : region->imageExtent.width) * buftexelsz,
1617 .buf.stride.line = (region->bufferRowLength ? : region->imageExtent.width) * buftexelsz,
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common.c 721 .bufferRowLength = linear_stride / cpp,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_clear_blit.c 1517 uint32_t src_width = info->bufferRowLength ?: extent.width;
1593 uint32_t dst_width = info->bufferRowLength ?: extent.width;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c 2172 unsigned buffer_row_len = util_format_get_stride(dst_format, copycmd->pRegions[i].bufferRowLength);
2254 unsigned buffer_row_len = util_format_get_stride(src_format, copycmd->pRegions[i].bufferRowLength);
  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_command_buffer.h 491 size += vn_sizeof_uint32_t(&val->bufferRowLength);
503 vn_encode_uint32_t(enc, &val->bufferRowLength);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.c 3367 region.bufferRowLength = 0;
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 3411 uint32_t bufferRowLength;
8327 uint32_t bufferRowLength;
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 2791 uint32_t bufferRowLength;

Completed in 70 milliseconds