Searched refs:rzalloc (Results 1 - 25 of 249) sorted by relevance

12345678910

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c36 struct etna_compiler *compiler = rzalloc(NULL, struct etna_compiler);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_test.h43 bi_context *ctx = rzalloc(memctx, bi_context);
46 bi_block *blk = rzalloc(ctx, bi_block);
55 bi_builder *b = rzalloc(memctx, bi_builder);
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_builder.h37 bi_instr *I = rzalloc(b->shader, bi_instr);
51 bi_instr *I = rzalloc(b->shader, bi_instr);
76 bi_instr *I = rzalloc(b->shader, bi_instr);
97 bi_instr *I = rzalloc(b->shader, bi_instr);
140 bi_instr *I = rzalloc(b->shader, bi_instr);
160 bi_instr *I = rzalloc(b->shader, bi_instr);
180 bi_instr *I = rzalloc(b->shader, bi_instr);
226 bi_instr *I = rzalloc(b->shader, bi_instr);
248 bi_instr *I = rzalloc(b->shader, bi_instr);
267 bi_instr *I = rzalloc(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler.c48 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vec4_dead_code_eliminate.cpp92 compiler = rzalloc(ctx, struct brw_compiler);
93 devinfo = rzalloc(ctx, struct intel_device_info);
H A Dtest_vec4_copy_propagation.cpp92 compiler = rzalloc(ctx, struct brw_compiler);
93 devinfo = rzalloc(ctx, struct intel_device_info);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_program.c64 prog = (struct st_program*)rzalloc(NULL, struct st_vertex_program);
67 prog = rzalloc(NULL, struct st_program);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_program.c63 struct st_vertex_program *prog = rzalloc(NULL,
68 struct st_fragment_program *prog = rzalloc(NULL,
75 struct st_common_program *prog = rzalloc(NULL,
80 struct st_compute_program *prog = rzalloc(NULL,
/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_perf.cc44 : perf {reinterpret_cast<struct panfrost_perf *>(rzalloc(nullptr, struct panfrost_perf))}
/xsrc/external/mit/MesaLib/dist/src/panfrost/perf/
H A Dquick.c14 struct panfrost_perf *perf = rzalloc(ctx, struct panfrost_perf);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_disk_cache.c118 shader = rzalloc(NULL, struct lima_vs_compiled_shader);
170 shader = rzalloc(NULL, struct lima_fs_compiled_shader);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker_util.cpp109 current_block = rzalloc(prog, struct empty_uniform_block);
H A Dlink_uniform_block_active_visitor.cpp44 rzalloc(mem_ctx, struct link_uniform_block_active);
104 *ub_array_ptr = rzalloc(mem_ctx, struct uniform_block_array_elements);
196 *ub_array = rzalloc(this->mem_ctx, struct uniform_block_array_elements);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddag.c148 struct dag *dag = rzalloc(mem_ctx, struct dag);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_context.c65 struct i830_context *i830 = rzalloc(NULL, struct i830_context);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_uniform_block_active_visitor.cpp44 rzalloc(mem_ctx, struct link_uniform_block_active);
104 *ub_array_ptr = rzalloc(mem_ctx, struct uniform_block_array_elements);
198 *ub_array = rzalloc(this->mem_ctx, struct uniform_block_array_elements);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshaderobj.c106 shader = rzalloc(NULL, struct gl_shader);
274 data = rzalloc(NULL, struct gl_shader_program_data);
308 shProg = rzalloc(NULL, struct gl_shader_program);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderobj.c117 shader = rzalloc(NULL, struct gl_shader);
287 data = rzalloc(NULL, struct gl_shader_program_data);
321 shProg = rzalloc(NULL, struct gl_shader_program);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c34 struct panfrost_job *job = rzalloc(NULL, struct panfrost_job);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c65 struct ir3_cache *cache = rzalloc(NULL, struct ir3_cache);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler.c76 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddag.c186 struct dag *dag = rzalloc(mem_ctx, struct dag);
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.c122 struct clc_libclc *ctx = rzalloc(NULL, struct clc_libclc);
193 struct clc_libclc *ctx = rzalloc(NULL, struct clc_libclc);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.c93 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler);
172 rzalloc(compiler, struct nir_shader_compiler_options);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_program.c173 struct lima_fs_shader_state *so = rzalloc(NULL, struct lima_fs_shader_state);
264 struct lima_vs_shader_state *so = rzalloc(NULL, struct lima_vs_shader_state);

Completed in 66 milliseconds

12345678910