| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_liveness.c | 128 unsigned block_count = 0; local in function:ir3_calc_liveness 130 block->index = block_count++; 139 live->block_count = block_count; 143 live->live_in = ralloc_array(live, BITSET_WORD *, block_count); 144 live->live_out = ralloc_array(live, BITSET_WORD *, block_count);
|
| H A D | ir3_ra.h | 139 unsigned block_count; member in struct:ir3_liveness 172 unsigned half_size, unsigned block_count);
|
| H A D | ir3_ra_validate.c | 97 unsigned block_count; member in struct:ra_val_ctx 513 rzalloc_array(ctx, struct reaching_state, ctx->block_count); 544 unsigned half_size, unsigned block_count) 559 ctx->block_count = block_count; 543 ir3_ra_validate(struct ir3_shader_variant * v,unsigned full_size,unsigned half_size,unsigned block_count) argument
|
| H A D | ir3.c | 363 block->serialno = ++shader->block_count;
|
| H A D | ir3_ra.c | 2271 ctx->blocks = rzalloc_array(ctx, struct ra_block_state, live->block_count); 2286 ir3_ra_validate(v, ctx->full.size, ctx->half.size, live->block_count);
|
| H A D | ir3_spill.c | 296 for (unsigned i = 0; i < ctx->live->block_count; i++) { 1994 ctx->live->block_count);
|
| H A D | ir3.h | 503 unsigned block_count; member in struct:ir3
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_device.c | 138 uint32_t block_count, 151 if (!find_extension_names(block_exts, block_count, exts[i])) 177 uint32_t block_count = 0; local in function:vn_device_fix_create_info 210 block_exts[block_count++] = VK_KHR_SWAPCHAIN_EXTENSION_NAME; 211 block_exts[block_count++] = 213 block_exts[block_count++] = 218 block_exts[block_count++] = VK_ANDROID_NATIVE_BUFFER_EXTENSION_NAME; 221 block_exts[block_count++] = 248 assert(block_count <= ARRAY_SIZE(block_exts)); 250 if (!extra_count && (!block_count || !dev_inf 133 merge_extension_names(const char * const * exts,uint32_t ext_count,const char * const * extra_exts,uint32_t extra_count,const char * const * block_exts,uint32_t block_count,const VkAllocationCallbacks * alloc,const char * const ** out_exts,uint32_t * out_count) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_schedule_instructions.cpp | 530 unsigned hw_reg_count, int block_count, 542 this->reg_pressure_in = rzalloc_array(mem_ctx, int, block_count); 544 this->livein = ralloc_array(mem_ctx, BITSET_WORD *, block_count); 545 for (int i = 0; i < block_count; i++) 549 this->liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count); 550 for (int i = 0; i < block_count; i++) 554 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count); 555 for (int i = 0; i < block_count; i++) 666 int block_count, 682 int block_count, 529 instruction_scheduler(backend_shader * s,int grf_count,unsigned hw_reg_count,int block_count,instruction_scheduler_mode mode) argument 680 fs_instruction_scheduler(fs_visitor * v,int grf_count,int hw_reg_count,int block_count,instruction_scheduler_mode mode) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_schedule_instructions.cpp | 599 unsigned hw_reg_count, int block_count, 612 this->reg_pressure_in = rzalloc_array(mem_ctx, int, block_count); 614 this->livein = ralloc_array(mem_ctx, BITSET_WORD *, block_count); 615 for (int i = 0; i < block_count; i++) 619 this->liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count); 620 for (int i = 0; i < block_count; i++) 624 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count); 625 for (int i = 0; i < block_count; i++) 735 int block_count, 751 int block_count, 598 instruction_scheduler(const backend_shader * s,int grf_count,unsigned hw_reg_count,int block_count,instruction_scheduler_mode mode) argument 749 fs_instruction_scheduler(const fs_visitor * v,int grf_count,int hw_reg_count,int block_count,instruction_scheduler_mode mode) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 729 unsigned block_count; local in function:si_nir_scan_shader 740 block_count = 1; 742 block_count = aoa_size; 747 info->const_buffers_declared |= u_bit_consecutive(ubo_idx, block_count); 748 ubo_idx += block_count; 752 info->shader_buffers_declared |= u_bit_consecutive(ssbo_idx, block_count); 753 ssbo_idx += block_count;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_buffer.c | 203 uint64_t block_count = round_up_u64(size, 1024); local in function:fill_buffer_shader 234 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); 247 uint64_t block_count = round_up_u64(size, 1024); local in function:copy_buffer_shader 282 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1);
|
| H A D | radv_meta_clear.c | 827 uint64_t block_count = round_up_u64(size, 1024); local in function:clear_htile_mask 861 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_buffer.c | 292 uint64_t block_count = round_up_u64(size, 1024); local in function:fill_buffer_shader 334 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); 346 uint64_t block_count = round_up_u64(size, 1024); local in function:copy_buffer_shader 400 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1);
|
| H A D | radv_meta_clear.c | 811 uint64_t block_count = round_up_u64(size, 1024); local in function:clear_htile_mask 858 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface_modifier_test.c | 49 block_count(unsigned w, unsigned h, unsigned elem_bits, unsigned block_bits, function in typeref:typename:uint64_t 264 surf_size = block_count(dims[i][0], dims[i][1], 282 uint64_t dcc_size = block_count(dims[i][0], dims[i][1], 320 uint64_t dcc_size = block_count(dims[i][0], dims[i][1],
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | crashdec.c | 755 uint32_t block_count[6]; member in struct:dump_cp_mem_pool::__anon4090acc60308 803 printf("\t\tblock_count: %d\n", data1.block_count[queue]);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | compiler.h | 266 int block_count; member in struct:compiler_context 269 /* TODO merge with block_count? */
|
| H A D | midgard_compile.c | 94 ctx->block_count++; 1582 br->branch.target_block = ctx->block_count - 1; 2778 ins.branch.target_block = ctx->block_count - 1; 2800 ++ctx->block_count; 2847 int else_idx = ctx->block_count; 2851 int after_else_idx = ctx->block_count; 2888 int start_idx = ctx->block_count; 2904 int break_block_idx = ctx->block_count; 3123 ctx->block_count = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 454 int block_count; member in struct:compiler_context 3618 ++ctx->block_count; 3694 int else_idx = ctx->block_count; 3697 int after_else_idx = ctx->block_count; 3724 int start_idx = ctx->block_count; 3741 int break_block_idx = ctx->block_count; 3923 ctx->block_count = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 454 unsigned block_count, instr_count; member in struct:ir3
|
| H A D | ir3.c | 944 block->serialno = ++shader->block_count;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_draw.c | 324 wait.block_count = 255;
|