Home
last modified time | relevance | path

Searched defs:level_width (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c75 int level_width = slice->stride / rsc->cpp; in v3d_debug_resource_layout() local
620 uint32_t level_width, level_height, level_depth; in v3d_setup_slices() local
/third_party/mesa3d/src/intel/vulkan_hasvk/
Danv_blorp.c1019 const unsigned level_width = u_minify(image->vk.extent.width, level); in anv_CmdClearColorImage() local
1098 const unsigned level_width = u_minify(image->vk.extent.width, level); in anv_CmdClearDepthStencilImage() local
1977 uint32_t level_width = u_minify(surf.surf->logical_level0_px.w, level); in anv_image_ccs_op() local
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c680 uint32_t level_width = max(width >> i, 1u); in reloc_tex() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c159 uint32_t level_width, level_height, level_depth; in v3d_setup_plane_slices() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c401 uint32_t level_width, level_height; in vc4_setup_slices() local
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c1385 uint32_t level_width = u_minify(surf.surf->logical_level0_px.w, level); in exec_ccs_op() local
1636 const unsigned level_width = u_minify(image->vk.extent.width, level); in anv_CmdClearDepthStencilImage() local
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2806 ASSERTED const uint32_t level_width = in blorp_surf_convert_to_uncompressed() local