Searched refs:block_height (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h38 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height);
H A Dradeon_tile.c477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) argument
483 *block_height = 1;
487 *block_height = 2;
491 *block_height = 2;
497 *block_height = 4;
502 *block_height = 2;
507 *block_height = 4;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h38 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height);
H A Dradeon_tile.c477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) argument
483 *block_height = 1;
487 *block_height = 2;
491 *block_height = 2;
497 *block_height = 4;
502 *block_height = 2;
507 *block_height = 4;
/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
229 block_height = 4;
233 block_height = 4;
237 block_height = 4;
246 ALIGN_POT(DIV_ROUND_UP(height, block_height), RGB_TILE_HEIGHT_ALIGNMENT);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_format.h87 unsigned *block_height,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_format.h87 unsigned *block_height,
H A Dsvga_format.c393 unsigned block_width, block_height, block_bytes; member in struct:format_cap
1689 unsigned *block_height,
1694 *block_height = format_cap_table[format].block_height;
1700 assert(*block_height);
1687 svga_format_size(SVGA3dSurfaceFormat format,unsigned * block_width,unsigned * block_height,unsigned * bytes_per_block) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_parser.py235 def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colorspace):
248 block_height -- The block height if the format is compressed, 1 otherwise
257 self.block_height = block_height
371 return self.block_width != 1 or self.block_height != 1 or self.block_depth != 1
564 block_height = int(fields[3])
574 yield Format(name, layout, block_width, block_height, block_depth, channels, swizzle, colorspace)
H A Dformat_info.py195 print(' .BlockWidth = {0}, .BlockHeight = {1}, .BlockDepth = {2},'.format(fmat.block_width, fmat.block_height, fmat.block_depth))
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_parser.py235 def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colorspace):
248 block_height -- The block height if the format is compressed, 1 otherwise
257 self.block_height = block_height
371 return self.block_width != 1 or self.block_height != 1 or self.block_depth != 1
564 block_height = int(fields[3])
575 yield Format(name, layout, block_width, block_height, block_depth, channels, swizzle, colorspace)
H A Dformat_info.py199 print(' .BlockWidth = {0}, .BlockHeight = {1}, .BlockDepth = {2},'.format(fmat.block_width, fmat.block_height, fmat.block_depth))
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py115 def __init__(self, name, layout, block_width, block_height, le_channels, le_swizzles, be_channels, be_swizzles, colorspace):
119 self.block_height = block_height
362 block_width, block_height = map(int, fields[2:4])
385 format = Format(name, layout, block_width, block_height, le_channels, le_swizzles, be_channels, be_swizzles, colorspace)
H A Dvk_format_table.py134 print(" {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size()))
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_parse.py116 def __init__(self, name, layout, block_width, block_height, le_channels, le_swizzles, be_channels, be_swizzles, colorspace, width_divisor, height_divisor, plane_formats):
120 self.block_height = block_height
379 block_width, block_height = map(int, fields[2:4])
413 format = Format(name, layout, block_width, block_height, le_channels, le_swizzles, be_channels, be_swizzles, colorspace, width_divisor, height_divisor, plane_formats)
H A Dvk_format_table.py134 print(" {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size()))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_parse.py115 def __init__(self, name, layout, block_width, block_height, le_channels, le_swizzles, be_channels, be_swizzles, colorspace):
119 self.block_height = block_height
367 block_width, block_height = map(int, fields[2:4])
390 format = Format(name, layout, block_width, block_height, le_channels, le_swizzles, be_channels, be_swizzles, colorspace)
H A Du_format_table.py133 print(" {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size()))
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_parse.py117 def __init__(self, name, layout, block_width, block_height, block_depth, le_channels, le_swizzles, be_channels, be_swizzles, colorspace):
121 self.block_height = block_height
424 block_width, block_height, block_depth = map(int, fields[2:5])
440 format = Format(name, layout, block_width, block_height, block_depth, le_channels, le_swizzles, be_channels, be_swizzles, colorspace)
H A Du_format_table.py207 print(" {%u, %u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_depth, format.block_size()))
/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
229 assert(util_format_get_blockheight(spt->format) == block_height);
232 dsty /= block_height;
234 int srcy = src_box->y / block_height;
236 int height = DIV_ROUND_UP(src_box->height, block_height);
/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
212 fdl6_get_ubwc_blockwidth(&rsc->layout, &block_width, &block_height);
222 DIV_ROUND_UP(img->height, block_height))));
H A Dfd6_texture.c322 uint32_t block_width, block_height; local in function:fd6_sampler_view_update
323 fdl6_get_ubwc_blockwidth(&rsc->layout, &block_width, &block_height);
334 DIV_ROUND_UP(u_minify(prsc->height0, lvl), block_height)));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c888 unsigned block_height,
895 unsigned row_size = dst_count / block_height;
899 assert((block_width * block_height) % dst_count == 0);
933 unsigned block_height,
940 unsigned row_size = src_count / block_height;
944 assert((block_width * block_height) % src_count == 0);
1621 const unsigned block_height,
1633 lp_bld_quad_twiddle(gallivm, alpha_type, src_alpha, block_height, src_alpha);
1639 for (i = 0; i < block_height; ++i) {
1649 lp_build_concat_n(gallivm, alpha_type, src_alpha, block_height, src_alph
884 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/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c121 unsigned block_height,
475 unsigned block_height = key->resource_1d ? 1 : 2; local in function:fs_fb_fetch
476 unsigned block_width = block_size / block_height;
534 load_unswizzled_block(gallivm, color_ptr, stride, block_width, block_height, dst, dst_type, block_size, dst_alignment, x_offset, y_offset, true);
1518 unsigned block_height,
1528 unsigned row_size = dst_count / block_height;
1532 assert((block_width * block_height) % dst_count == 0);
1538 if (block_height == 2 && dst_count == 8 && fb_fetch_twiddle) {
1586 unsigned block_height,
1593 unsigned row_size = src_count / block_height;
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 32 milliseconds

12