Searched defs:blk_w (Results 1 – 11 of 11) sorted by relevance
| /third_party/mesa3d/src/amd/vulkan/meta/ |
| D | radv_meta_astc_decode.c | 22 int blk_w = vk_format_get_blockwidth(format); in decode_astc() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_sdma.h | 21 unsigned blk_w; /* Image format block width in pixels. */ member
|
| D | radv_sdma.c | 96 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()
|
| D | radv_image_view.c | 370 uint32_t blk_w; in radv_image_view_make_descriptor() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_sdma_copy_image.c | 29 static unsigned minify_as_blocks(unsigned width, unsigned level, unsigned blk_w) in minify_as_blocks()
|
| /third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
| D | radeon_surface.h | 116 uint32_t blk_w; member
|
| /third_party/libdrm/radeon/ |
| D | radeon_surface.h | 114 uint32_t blk_w; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_texture.c | 582 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/ |
| D | ac_surface.h | 320 uint8_t blk_w : 4; member
|
| D | ac_surface.c | 2721 unsigned blk_w = surf ? surf->blk_w : 1; in gfx12_estimate_size() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | texcompress_astc.cpp | 1818 unsigned blk_w, blk_h; in _mesa_unpack_astc_2d_ldr() local
|