Home
last modified time | relevance | path

Searched defs:blk_w (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/meta/
Dradv_meta_astc_decode.c22 int blk_w = vk_format_get_blockwidth(format); in decode_astc() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_sdma.h21 unsigned blk_w; /* Image format block width in pixels. */ member
Dradv_sdma.c96 radv_sdma_pixel_extent_to_blocks(const VkExtent3D extent, const unsigned blk_w, const unsigned blk_… in radv_sdma_pixel_extent_to_blocks()
108 radv_sdma_pixel_offset_to_blocks(const VkOffset3D offset, const unsigned blk_w, const unsigned blk_… in radv_sdma_pixel_offset_to_blocks()
120 radv_sdma_pixels_to_blocks(const unsigned linear_pitch, const unsigned blk_w) in radv_sdma_pixels_to_blocks()
126 radv_sdma_pixel_area_to_blocks(const unsigned linear_slice_pitch, const unsigned blk_w, const unsig… in radv_sdma_pixel_area_to_blocks()
Dradv_image_view.c370 uint32_t blk_w; in radv_image_view_make_descriptor() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c29 static unsigned minify_as_blocks(unsigned width, unsigned level, unsigned blk_w) in minify_as_blocks()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_surface.h116 uint32_t blk_w; member
/third_party/libdrm/radeon/
Dradeon_surface.h114 uint32_t blk_w; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c582 unsigned blk_w, blk_h; in st_MapTextureImage() local
628 unsigned blk_w, blk_h; in upload_astc_slice_with_flushed_void_extents() local
/third_party/mesa3d/src/amd/common/
Dac_surface.h320 uint8_t blk_w : 4; member
Dac_surface.c2721 unsigned blk_w = surf ? surf->blk_w : 1; in gfx12_estimate_size() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp1818 unsigned blk_w, blk_h; in _mesa_unpack_astc_2d_ldr() local