Home
last modified time | relevance | path

Searched refs:rzalloc (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_test.h43 bi_context *ctx = rzalloc(memctx, bi_context); in bit_builder()
46 bi_block *blk = rzalloc(ctx, bi_block); in bit_builder()
55 bi_builder *b = rzalloc(memctx, bi_builder); in bit_builder()
/third_party/mesa3d/src/compiler/glsl/
Dlink_uniform_block_active_visitor.cpp44 rzalloc(mem_ctx, struct link_uniform_block_active); in process_block()
104 *ub_array_ptr = rzalloc(mem_ctx, struct uniform_block_array_elements); in process_arrays()
198 *ub_array = rzalloc(this->mem_ctx, struct uniform_block_array_elements); in visit()
Dstandalone.cpp114 struct gl_program *prog = rzalloc(NULL, struct gl_program); in new_program()
448 whole_program = rzalloc (NULL, struct gl_shader_program); in standalone_compile_shader()
450 whole_program->data = rzalloc(whole_program, struct gl_shader_program_data); in standalone_compile_shader()
465 struct gl_shader *shader = rzalloc(whole_program, gl_shader); in standalone_compile_shader()
/third_party/mesa3d/src/intel/compiler/
Dtest_vec4_dead_code_eliminate.cpp92 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
93 devinfo = rzalloc(ctx, struct intel_device_info); in SetUp()
Dtest_vec4_copy_propagation.cpp92 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
93 devinfo = rzalloc(ctx, struct intel_device_info); in SetUp()
Dtest_fs_copy_propagation.cpp59 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
60 devinfo = rzalloc(ctx, struct intel_device_info); in SetUp()
Dbrw_compiler.c102 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler); in brw_compiler_create()
173 rzalloc(compiler, struct nir_shader_compiler_options); in brw_compiler_create()
Dtest_vec4_register_coalesce.cpp95 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
96 devinfo = rzalloc(ctx, struct intel_device_info); in SetUp()
Dtest_eu_compact.cpp206 devinfo = rzalloc(mem_ctx, intel_device_info); in SetUp()
207 p = rzalloc(mem_ctx, brw_codegen); in SetUp()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c64 prog = (struct st_program*)rzalloc(NULL, struct st_vertex_program); in st_new_program()
67 prog = rzalloc(NULL, struct st_program); in st_new_program()
/third_party/mesa3d/src/mesa/main/
Dshaderobj.c117 shader = rzalloc(NULL, struct gl_shader); in _mesa_new_shader()
287 data = rzalloc(NULL, struct gl_shader_program_data); in _mesa_create_shader_program_data()
321 shProg = rzalloc(NULL, struct gl_shader_program); in _mesa_new_shader_program()
Dglspirv.c89 spirv_data = rzalloc(NULL, struct gl_shader_spirv_data); in _mesa_spirv_shader_binary()
146 struct gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in _mesa_spirv_link_shaders()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c36 struct etna_compiler *compiler = rzalloc(NULL, struct etna_compiler); in etna_compiler_create()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c311 struct routes *routing_backup = rzalloc(mem_ctx, struct routes); in loop_routing_start()
335 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in loop_routing_start()
345 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in loop_routing_start()
515 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in select_fork_recur()
689 struct strct_lvl *curr_level = rzalloc(mem_ctx, struct strct_lvl); in organize_levels()
780 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in organize_levels()
961 struct routes *routing = rzalloc(mem_ctx, struct routes); in nir_lower_goto_ifs_impl()
Dnir_to_lcssa.c377 lcssa_state *state = rzalloc(NULL, lcssa_state); in nir_convert_loop_to_lcssa()
395 lcssa_state *state = rzalloc(NULL, lcssa_state); in nir_convert_to_lcssa()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_disk_cache.c118 shader = rzalloc(NULL, struct lima_vs_compiled_shader); in lima_vs_disk_cache_retrieve()
170 shader = rzalloc(NULL, struct lima_fs_compiled_shader); in lima_fs_disk_cache_retrieve()
Dlima_program.c350 fs = rzalloc(NULL, struct lima_fs_compiled_shader); in lima_get_compiled_fs()
384 struct lima_fs_uncompiled_shader *so = rzalloc(NULL, struct lima_fs_uncompiled_shader); in lima_create_fs_state()
524 vs = rzalloc(NULL, struct lima_vs_compiled_shader); in lima_get_compiled_vs()
627 struct lima_vs_uncompiled_shader *so = rzalloc(NULL, struct lima_vs_uncompiled_shader); in lima_create_vs_state()
/third_party/mesa3d/src/panfrost/perf/
Dquick.c14 struct panfrost_perf *perf = rzalloc(ctx, struct panfrost_perf); in main()
/third_party/mesa3d/src/compiler/clc/
Dclc.c122 struct clc_libclc *ctx = rzalloc(NULL, struct clc_libclc); in clc_libclc_new()
193 struct clc_libclc *ctx = rzalloc(NULL, struct clc_libclc); in clc_libclc_deserialize()
/third_party/mesa3d/src/panfrost/ds/
Dpan_pps_perf.cc44 : perf {reinterpret_cast<struct panfrost_perf *>(rzalloc(nullptr, struct panfrost_perf))} in PanfrostPerf()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c159 group = rzalloc(ctx->spec, struct intel_group); in create_group()
221 e = rzalloc(ctx->spec, struct intel_enum); in create_enum()
315 field = rzalloc(ctx->group, struct intel_field); in create_field()
347 field = rzalloc(ctx->group, struct intel_field); in create_array_field()
359 struct intel_value *value = rzalloc(ctx->values, struct intel_value); in create_value()
567 spec = rzalloc(NULL, struct intel_spec); in intel_spec_init()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c76 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); in ir3_compiler_create()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c158 b->func = rzalloc(b, struct vtn_function); in vtn_cfg_handle_prepass_instruction()
243 b->block = rzalloc(b, struct vtn_block); in vtn_cfg_handle_prepass_instruction()
539 cse = rzalloc(b, struct vtn_case); in vtn_parse_switch()
637 struct vtn_loop *loop = rzalloc(b, struct vtn_loop); in vtn_process_block()
725 struct vtn_if *if_stmt = rzalloc(b, struct vtn_if); in vtn_process_block()
767 struct vtn_switch *swtch = rzalloc(b, struct vtn_switch); in vtn_process_block()
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c206 struct v3d_simulator_bo *sim_bo = rzalloc(file, in v3d_create_simulator_bo()
629 struct v3d_simulator_perfmon *perfmon = rzalloc(file, in v3d_simulator_perfmon_create_ioctl()
799 struct v3d_simulator_file *sim_file = rzalloc(NULL, struct v3d_simulator_file); in v3d_simulator_init()
/third_party/mesa3d/src/util/
Ddag.c186 struct dag *dag = rzalloc(mem_ctx, struct dag); in dag_create()

123456