| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_reorder_uniforms.c | 76 uint32_t *uniform_data = ralloc_array(c, uint32_t, next_uniform); 78 ralloc_array(c, enum quniform_contents, next_uniform);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_reorder_uniforms.c | 76 uint32_t *uniform_data = ralloc_array(c, uint32_t, next_uniform); 78 ralloc_array(c, enum quniform_contents, next_uniform);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_liveness.c | 142 BITSET_WORD *tmp_live = ralloc_array(live, BITSET_WORD, bitset_words); 143 live->live_in = ralloc_array(live, BITSET_WORD *, block_count); 144 live->live_out = ralloc_array(live, BITSET_WORD *, block_count);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_patch_vertices.c | 37 var->state_slots = ralloc_array(var, nir_state_slot, var->num_state_slots);
|
| H A D | nir_lower_point_size_mov.c | 49 in->state_slots = ralloc_array(in, nir_state_slot, 1);
|
| H A D | nir_lower_alpha_test.c | 103 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_lower_pntc_ytransform.c | 52 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_lower_regs_to_ssa.c | 223 state.values = ralloc_array(dead_ctx, struct nir_phi_builder_value *, 229 BITSET_WORD *defs = ralloc_array(dead_ctx, BITSET_WORD, block_set_words);
|
| H A D | nir_phi_builder.c | 102 pb->blocks = ralloc_array(pb, nir_block *, pb->num_blocks); 111 pb->W = ralloc_array(pb, nir_block *, pb->num_blocks);
|
| H A D | nir_repair_ssa.c | 45 state->def_set = ralloc_array(NULL, BITSET_WORD, num_words);
|
| H A D | nir_split_per_member_structs.c | 72 ralloc_array(dead_ctx, nir_variable *, var->num_members);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_patch_vertices.c | 37 var->state_slots = ralloc_array(var, nir_state_slot, var->num_state_slots);
|
| H A D | nir_phi_builder.c | 102 pb->blocks = ralloc_array(pb, nir_block *, pb->num_blocks); 111 pb->W = ralloc_array(pb, nir_block *, pb->num_blocks);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/perf/ |
| H A D | pan_perf.c | 88 perf->counter_values = ralloc_array(perf, uint32_t, perf->n_counter_values);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_disk_cache.c | 193 ralloc_array(NULL, enum brw_param_builtin, num_system_values); 203 ralloc_array(NULL, struct brw_shader_reloc, prog_data->num_relocs); 214 prog_data->param = ralloc_array(NULL, uint32_t, prog_data->nr_params);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.cpp | 272 start = ralloc_array(mem_ctx, int, num_vars); 328 virtual_grf_start = ralloc_array(mem_ctx, int, num_vgrfs); 329 virtual_grf_end = ralloc_array(mem_ctx, int, num_vgrfs);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_liveness.c | 66 BITSET_WORD *live = ralloc_array(blk, BITSET_WORD, words);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | string_buffer.c | 57 str->buf = ralloc_array(str, char, str->capacity);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_liveness.c | 68 uint8_t *live = ralloc_array(blk, uint8_t, temp_count);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | pan_liveness.c | 83 uint16_t *live = ralloc_array(blk, uint16_t, temp_count);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | string_buffer.c | 57 str->buf = ralloc_array(str, char, str->capacity);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_disk_cache.c | 178 ralloc_array(NULL, enum brw_param_builtin, num_system_values); 188 prog_data->param = ralloc_array(NULL, uint32_t, prog_data->nr_params);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_blocks.c | 197 linked_block->Uniforms = ralloc_array(*linked_blocks, 617 ralloc_array(linked, struct gl_uniform_block *, num_ubo_blocks); 633 ralloc_array(linked, struct gl_uniform_block *, num_ssbo_blocks);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.cpp | 278 start = ralloc_array(mem_ctx, int, num_vars); 285 vgrf_start = ralloc_array(mem_ctx, int, num_vgrfs); 286 vgrf_end = ralloc_array(mem_ctx, int, num_vgrfs);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_opt_copy_propagate.c | 231 movs = ralloc_array(c, struct qinst *, c->num_temps);
|