Home
last modified time | relevance | path

Searched refs:linear_zalloc_array (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.cpp288 block_data[i].def = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
289 block_data[i].use = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
290 block_data[i].livein = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
291 block_data[i].liveout = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
292 block_data[i].defin = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
293 block_data[i].defout = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
Dbrw_opt_copy_propagation.cpp295 bd = linear_zalloc_array(lin_ctx, struct block_data, cfg->num_blocks); in fs_copy_prop_dataflow()
304 bd[block->num].livein = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
305 bd[block->num].liveout = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
306 bd[block->num].copy = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
307 bd[block->num].kill = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
308 bd[block->num].undef = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
309 bd[block->num].reachin = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
310 bd[block->num].exec_mismatch = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
313 acp = linear_zalloc_array(lin_ctx, struct acp_entry *, num_acp); in fs_copy_prop_dataflow()
Dbrw_schedule_instructions.cpp712 … this->last_grf_write = linear_zalloc_array(lin_ctx, schedule_node *, grf_count * grf_write_scale); in instruction_scheduler()
715 this->nodes = linear_zalloc_array(lin_ctx, schedule_node, this->nodes_len); in instruction_scheduler()
745 this->reg_pressure_in = linear_zalloc_array(lin_ctx, int, block_count); in instruction_scheduler()
749 this->livein[i] = linear_zalloc_array(lin_ctx, BITSET_WORD, in instruction_scheduler()
754 this->liveout[i] = linear_zalloc_array(lin_ctx, BITSET_WORD, in instruction_scheduler()
759 this->hw_liveout[i] = linear_zalloc_array(lin_ctx, BITSET_WORD, in instruction_scheduler()
/external/mesa3d/src/intel/compiler/elk/
Delk_fs_live_variables.cpp288 block_data[i].def = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
289 block_data[i].use = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
290 block_data[i].livein = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
291 block_data[i].liveout = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
292 block_data[i].defin = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
293 block_data[i].defout = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
Delk_fs_copy_propagation.cpp295 bd = linear_zalloc_array(lin_ctx, struct block_data, cfg->num_blocks); in fs_copy_prop_dataflow()
304 bd[block->num].livein = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
305 bd[block->num].liveout = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
306 bd[block->num].copy = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
307 bd[block->num].kill = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
308 bd[block->num].undef = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
309 bd[block->num].reachin = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
310 bd[block->num].exec_mismatch = linear_zalloc_array(lin_ctx, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
313 acp = linear_zalloc_array(lin_ctx, struct acp_entry *, num_acp); in fs_copy_prop_dataflow()
Delk_schedule_instructions.cpp603 …this->last_grf_write = linear_zalloc_array(lin_ctx, elk_schedule_node *, grf_count * grf_write_sca… in elk_instruction_scheduler()
606 this->nodes = linear_zalloc_array(lin_ctx, elk_schedule_node, this->nodes_len); in elk_instruction_scheduler()
765 this->reg_pressure_in = linear_zalloc_array(lin_ctx, int, block_count); in elk_fs_instruction_scheduler()
769 this->livein[i] = linear_zalloc_array(lin_ctx, BITSET_WORD, in elk_fs_instruction_scheduler()
774 this->liveout[i] = linear_zalloc_array(lin_ctx, BITSET_WORD, in elk_fs_instruction_scheduler()
779 this->hw_liveout[i] = linear_zalloc_array(lin_ctx, BITSET_WORD, in elk_fs_instruction_scheduler()
/external/mesa3d/src/util/
Dralloc.h728 #define linear_zalloc_array(ctx, type, count) \ macro
/external/mesa3d/src/compiler/spirv/
Dvtn_private.h131 #define vtn_zalloc_array(B, TYPE, ELEMS) linear_zalloc_array(B->lin_ctx, TYPE, ELEMS)
/external/mesa3d/src/compiler/
Dglsl_types.c114 linear_zalloc_array(lin_ctx, glsl_struct_field, num_fields); in make_struct_type()
152 linear_zalloc_array(lin_ctx, glsl_struct_field, num_fields); in make_interface_type()