Home
last modified time | relevance | path

Searched refs:tgsi_exec_machine (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c40 struct tgsi_exec_machine *machine, in cs_prepare()
87 struct tgsi_exec_machine *machine, bool restart) in cs_run()
112 struct tgsi_exec_machine **machines) in run_workgroup()
132 struct tgsi_exec_machine *machine) in cs_delete()
174 struct tgsi_exec_machine **machines; in softpipe_launch_grid()
193 machines = CALLOC(sizeof(struct tgsi_exec_machine *), num_threads_in_group); in softpipe_launch_grid()
Dsp_state.h61 struct tgsi_exec_machine;
85 struct tgsi_exec_machine *machine,
91 struct tgsi_exec_machine *machine,
97 struct tgsi_exec_machine *machine);
Dsp_fs_exec.c56 struct tgsi_exec_machine *machine, in exec_prepare()
112 struct tgsi_exec_machine *machine, in exec_run()
179 struct tgsi_exec_machine *machine) in exec_delete()
Dsp_quad_fs.c66 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quad()
109 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quads()
Dsp_context.h179 struct tgsi_exec_machine *fs_machine;
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h348 struct tgsi_exec_machine struct
456 struct tgsi_exec_machine * argument
460 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach);
465 struct tgsi_exec_machine *mach,
473 struct tgsi_exec_machine *mach, int start_pc );
477 tgsi_exec_machine_free_data(struct tgsi_exec_machine *mach);
485 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach,
Dtgsi_exec.c1002 print_temp(const struct tgsi_exec_machine *mach, uint index) in print_temp()
1020 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach, in tgsi_exec_set_constant_buffers()
1095 struct tgsi_exec_machine *mach, in tgsi_exec_machine_bind_shader()
1279 struct tgsi_exec_machine *
1282 struct tgsi_exec_machine *mach; in tgsi_exec_machine_create()
1335 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach) in tgsi_exec_machine_destroy()
1479 fetch_src_file_channel(const struct tgsi_exec_machine *mach, in fetch_src_file_channel()
1591 fetch_source_d(const struct tgsi_exec_machine *mach, in fetch_source_d()
1741 fetch_source(const struct tgsi_exec_machine *mach, in fetch_source()
1767 store_dest_dstret(struct tgsi_exec_machine *mach, in store_dest_dstret()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h67 struct tgsi_exec_machine;
269 struct tgsi_exec_machine *machine;
290 struct tgsi_exec_machine *machine;
Ddraw_vs_exec.c49 struct tgsi_exec_machine *machine;
99 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear()
Ddraw_gs.h63 struct tgsi_exec_machine *machine;
Ddraw_gs.c81 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_outputs()
127 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_input()
192 struct tgsi_exec_machine *machine = shader->machine; in tgsi_gs_prepare()
207 struct tgsi_exec_machine *machine = shader->machine; in tgsi_gs_run()