HomeSort by: relevance | last modified time | path
    Searched refs:block_height (Results 1 - 25 of 37) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_tile.h 38 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height);
radeon_tile.c 477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height)
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/mesa/drivers/dri/radeon/
radeon_tile.h 38 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height);
radeon_tile.c 477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height)
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/
fd6_resource.c 224 uint32_t block_width, block_height;
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/dist/src/gallium/drivers/svga/
svga_format.h 87 unsigned *block_height,
svga_format.c 393 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);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_format.h 87 unsigned *block_height,
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_parser.py 235 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)
format_info.py 199 print(' .BlockWidth = {0}, .BlockHeight = {1}, .BlockDepth = {2},'.format(fmat.block_width, fmat.block_height, fmat.block_depth))
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_parser.py 235 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)
format_info.py 195 print(' .BlockWidth = {0}, .BlockHeight = {1}, .BlockDepth = {2},'.format(fmat.block_width, fmat.block_height, fmat.block_depth))
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_parse.py 117 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)
u_format_table.py 207 print(" {%u, %u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_depth, format.block_size()))
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
vk_format_parse.py 116 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)
vk_format_table.py 134 print(" {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size()))
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
vk_format_parse.py 115 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)
vk_format_table.py 134 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/
u_format_parse.py 115 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)
u_format_table.py 133 print(" {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size()))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_surface.c 225 int block_height = util_format_get_blockheight(dpt->format); local
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/
fd6_image.c 211 uint32_t block_width, block_height; local
212 fdl6_get_ubwc_blockwidth(&rsc->layout, &block_width, &block_height);
222 DIV_ROUND_UP(img->height, block_height))));
fd6_texture.c 322 uint32_t block_width, block_height; local
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/
lp_state_fs.c 888 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_alpha, src_count)
1728 const unsigned block_height = LP_RASTER_BLOCK_SIZE; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 121 unsigned block_height,
475 unsigned block_height = key->resource_1d ? 1 : 2; local
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;
2312 const unsigned block_height = LP_RASTER_BLOCK_SIZE; local
    [all...]

Completed in 93 milliseconds

1 2