Searched defs:block_height (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c224 uint32_t block_width, block_height; local in function:fd6_fill_ubwc_buffer_sizes
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c211 uint32_t block_width, block_height; local in function:emit_image_tex
H A Dfd6_texture.c322 uint32_t block_width, block_height; local in function:fd6_sampler_view_update
H A Dfd6_gmem.c296 uint32_t block_width, block_height; local in function:patch_fb_read_sysmem
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_image.c98 uint32_t block_height = vk_format_get_blockheight(image->vk.format); local in function:v3d_setup_slices
H A Dv3dv_meta_copy.c576 uint32_t block_height = vk_format_get_blockheight(image->vk.format); local in function:copy_image_to_buffer_blit
2342 const uint32_t block_height = vk_format_get_blockheight(image->vk.format); local in function:copy_buffer_to_image_blit
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_format.c552 unsigned block_width, block_height, block_bytes; member in struct:format_cap
1851 svga_format_size(SVGA3dSurfaceFormat format,unsigned * block_width,unsigned * block_height,unsigned * bytes_per_block) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c225 int block_height = util_format_get_blockheight(dpt->format); local in function:i915_surface_copy_blitter
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_format.c393 unsigned block_width, block_height, block_bytes; member in struct:format_cap
1687 svga_format_size(SVGA3dSurfaceFormat format,unsigned * block_width,unsigned * block_height,unsigned * bytes_per_block) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c488 uint32_t block_height = util_format_get_blockheight(prsc->format); local in function:v3d_setup_slices
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_image.c337 uint32_t block_width, block_height; local in function:tu_image_view_init
H A Dtu_clear_blit.c1478 uint32_t block_height = vk_format_get_blockheight(format); local in function:copy_compressed
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c548 uint32_t block_height = util_format_get_blockheight(prsc->format); local in function:v3d_setup_slices
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c884 load_unswizzled_block(struct gallivm_state * gallivm,LLVMValueRef base_ptr,LLVMValueRef stride,unsigned block_width,unsigned block_height,LLVMValueRef * dst,struct lp_type dst_type,unsigned dst_count,unsigned dst_alignment) argument
929 store_unswizzled_block(struct gallivm_state * gallivm,LLVMValueRef base_ptr,LLVMValueRef stride,unsigned block_width,unsigned block_height,LLVMValueRef * src,struct lp_type src_type,unsigned src_count,unsigned src_alignment) argument
1617 convert_alpha(struct gallivm_state * gallivm,struct lp_type row_type,struct lp_type alpha_type,const unsigned block_size,const unsigned block_height,const unsigned src_count,const unsigned dst_channels,const bool pad_inline,LLVMValueRef * src_alpha) argument
1728 const unsigned block_height = LP_RASTER_BLOCK_SIZE; local in function:generate_unswizzled_blend
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c3107 unsigned int block_width, block_height; local in function:tile_extents
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c2465 unsigned int block_width, block_height; local in function:tile_extents
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c475 unsigned block_height = key->resource_1d ? 1 : 2; local in function:fs_fb_fetch
1514 load_unswizzled_block(struct gallivm_state * gallivm,LLVMValueRef base_ptr,LLVMValueRef stride,unsigned block_width,unsigned block_height,LLVMValueRef * dst,struct lp_type dst_type,unsigned dst_count,unsigned dst_alignment,LLVMValueRef x_offset,LLVMValueRef y_offset,bool fb_fetch_twiddle) argument
1582 store_unswizzled_block(struct gallivm_state * gallivm,LLVMValueRef base_ptr,LLVMValueRef stride,unsigned block_width,unsigned block_height,LLVMValueRef * src,struct lp_type src_type,unsigned src_count,unsigned src_alignment) argument
2201 convert_alpha(struct gallivm_state * gallivm,struct lp_type row_type,struct lp_type alpha_type,const unsigned block_size,const unsigned block_height,const unsigned src_count,const unsigned dst_channels,const bool pad_inline,LLVMValueRef * src_alpha) argument
2312 const unsigned block_height = LP_RASTER_BLOCK_SIZE; local in function:generate_unswizzled_blend
[all...]

Completed in 46 milliseconds