Searched defs:block_size (Results 1 - 25 of 96) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c40 const uint32_t block_size = 16 * 1024; local in function:main
H A Dblock_pool_no_free.c46 uint32_t block_size = 16 * ((job_id % 4) + 1); local in function:alloc_blocks
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c39 const uint32_t block_size = 16 * 1024; local in function:main
H A Dblock_pool_no_free.c47 uint32_t block_size = 16 * ((job_id % 4) + 1); local in function:alloc_blocks
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c559 uint64_t *block_size = ret; local in function:softpipe_get_compute_param
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c61 nir_ssa_def *block_size = nir_imm_ivec4(&b, local in function:build_fmask_expand_compute_shader
H A Dvk_format_parse.py148 def block_size(self): member in class:Format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_latc.c62 int block_size = 8; local in function:util_format_latc1_unorm_unpack_rgba_float
135 int block_size = 8; local in function:util_format_latc1_snorm_unpack_rgba_float
201 int block_size = 16; local in function:util_format_latc2_unorm_unpack_rgba_float
265 int block_size = 16; local in function:util_format_latc2_snorm_unpack_rgba_float
H A Du_format_parse.py140 def block_size(self): member in class:Format
H A Du_format_rgtc.c45 unsigned block_size = 8; local in function:util_format_rgtc1_unorm_unpack_rgba_8unorm
92 int block_size = 8; local in function:util_format_rgtc1_unorm_unpack_rgba_float
195 int block_size = 8; local in function:util_format_rgtc1_snorm_unpack_rgba_float
242 unsigned block_size = 16; local in function:util_format_rgtc2_unorm_unpack_rgba_8unorm
322 int block_size = 16; local in function:util_format_rgtc2_unorm_unpack_rgba_float
384 int block_size = 16; local in function:util_format_rgtc2_snorm_unpack_rgba_float
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c248 unsigned block_size = info->block[0] * info->block[1] * info->block[2]; local in function:nv50_launch_grid
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c46 nir_ssa_def *block_size = nir_channels(b, nir_load_workgroup_size(b), mask); local in function:get_global_ids
H A Dsi_get.c785 uint64_t *block_size = ret; local in function:si_get_compute_param
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_latc.c62 int block_size = 8; local in function:util_format_latc1_unorm_unpack_rgba_float
136 int block_size = 8; local in function:util_format_latc1_snorm_unpack_rgba_float
203 int block_size = 16; local in function:util_format_latc2_unorm_unpack_rgba_float
268 int block_size = 16; local in function:util_format_latc2_snorm_unpack_rgba_float
/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_longest_match64_inc.h100 size_t block_size = (size_t)1 << params->hasher.block_bits; local in function:FN
H A Dhash_longest_match_inc.h99 size_t block_size = (size_t)1 << params->hasher.block_bits; local in function:FN
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.c255 unsigned int block_size; local in function:parse_sdvo_mapping
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_screen.c509 uint64_t *block_size = ret; local in function:virgl_get_compute_param
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp255 auto block_size = range(d_block_size, dims); local in function:__anonff5ab4060210::validate_block_size
287 auto block_size = validate_block_size(q, kern, dims, local in function:clEnqueueNDRangeKernel
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dkernel.cpp50 launch(command_queue & q,const std::vector<size_t> & grid_offset,const std::vector<size_t> & grid_size,const std::vector<size_t> & block_size) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py140 def block_size(self): member in class:Format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_get.c774 uint64_t *block_size = ret; local in function:si_get_compute_param
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_parser.py319 def block_size(self): member in class:Format
H A Dformatquery.c1496 GLint block_size; local in function:_mesa_GetInternalformativ
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c566 unsigned block_size = info->block[0] * info->block[1] * info->block[2]; local in function:nv50_launch_grid

Completed in 34 milliseconds

1234