Searched defs:blocksize (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated; local in function:refill_pool
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated; local in function:refill_pool
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/
H A Drbug_texture.h106 uint32_t blocksize; member in struct:rbug_proto_texture_info_reply
119 uint32_t blocksize; member in struct:rbug_proto_texture_read_reply
H A Drbug_texture.c280 rbug_send_texture_info_reply(struct rbug_connection * __con,uint32_t serial,uint32_t target,uint32_t format,uint32_t * width,uint32_t width_len,uint16_t * height,uint32_t height_len,uint16_t * depth,uint32_t depth_len,uint32_t blockw,uint32_t blockh,uint32_t blocksize,uint32_t last_level,uint32_t nr_samples,uint32_t tex_usage,uint32_t * __serial) argument
354 rbug_send_texture_read_reply(struct rbug_connection * __con,uint32_t serial,uint32_t format,uint32_t blockw,uint32_t blockh,uint32_t blocksize,uint8_t * data,uint32_t data_len,uint32_t stride,uint32_t * __serial) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_layout.c46 } blocksize[] = { local in function:fdl6_get_ubwc_blockwidth
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/
H A Drbug_texture.h106 uint32_t blocksize; member in struct:rbug_proto_texture_info_reply
119 uint32_t blocksize; member in struct:rbug_proto_texture_read_reply
H A Drbug_texture.c282 rbug_send_texture_info_reply(struct rbug_connection * __con,uint32_t serial,uint32_t target,uint32_t format,uint32_t * width,uint32_t width_len,uint16_t * h16,uint32_t height_len,uint16_t * d16,uint32_t depth_len,uint32_t blockw,uint32_t blockh,uint32_t blocksize,uint32_t last_level,uint32_t nr_samples,uint32_t tex_usage,uint32_t * __serial) argument
363 rbug_send_texture_read_reply(struct rbug_connection * __con,uint32_t serial,uint32_t format,uint32_t blockw,uint32_t blockh,uint32_t blocksize,uint8_t * data,uint32_t data_len,uint32_t stride,uint32_t * __serial) argument
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_hwmc.c62 unsigned int blocksize = 6*blocknum*64*sizeof(short); local in function:create_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c172 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nvc0_miptree_init_layout_video
195 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nvc0_miptree_init_layout_tiled
H A Dnvc0_tex.c1155 unsigned blocksize = util_format_get_blocksize(view->format); local in function:nvc0_validate_suf
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c242 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nv50_miptree_init_layout_linear
268 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nv50_miptree_init_layout_video
291 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nv50_miptree_init_layout_tiled
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c238 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nv50_miptree_init_layout_linear
264 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nv50_miptree_init_layout_video
287 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nv50_miptree_init_layout_tiled
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c233 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nvc0_miptree_init_layout_video
256 const unsigned blocksize = util_format_get_blocksize(pt->format); local in function:nvc0_miptree_init_layout_tiled
H A Dnvc0_tex.c1161 unsigned blocksize = util_format_get_blocksize(view->format); local in function:nvc0_validate_suf
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c481 unsigned int blocksize = util_format_get_blocksize(format); local in function:etna_compute_tileoffset
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c379 int blocksize = util_format_get_blocksize(info->src.format); local in function:emit_blit_texture
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c80 int blocksize = util_format_get_blocksize(format); local in function:util_copy_rect
159 int blocksize = desc->block.bits / 8; local in function:util_fill_rect
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.c106 int blocksize = desc->block.bits / 8; local in function:util_fill_rect
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c512 unsigned int blocksize = util_format_get_blocksize(format); local in function:etna_compute_tileoffset
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c64 int blocksize = util_format_get_blocksize(format); local in function:util_copy_rect
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c717 unsigned blocksize = util_format_get_blocksize(src->format); local in function:r600_resource_copy_region
761 unsigned blocksize = util_format_get_blocksize(src->format); local in function:r600_resource_copy_region
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c949 unsigned blocksize = ssrc->surface.bpe; local in function:si_resource_copy_region
992 unsigned blocksize = ssrc->surface.bpe; local in function:si_resource_copy_region
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c719 unsigned blocksize = util_format_get_blocksize(src->format); local in function:r600_resource_copy_region
763 unsigned blocksize = util_format_get_blocksize(src->format); local in function:r600_resource_copy_region
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c953 unsigned blocksize = ssrc->surface.bpe; local in function:si_resource_copy_region
996 unsigned blocksize = ssrc->surface.bpe; local in function:si_resource_copy_region
H A Dsi_texture.c1692 unsigned blocksize = util_format_get_blocksize(orig->format); local in function:si_init_temp_resource_from_box

Completed in 43 milliseconds

12