Home
last modified time | relevance | path

Searched refs:tgsi_exec_vector (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h84 struct ALIGN16 tgsi_exec_vector struct
293 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS];
298 struct tgsi_exec_vector *Inputs;
299 struct tgsi_exec_vector *Outputs;
304 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS];
306 struct tgsi_exec_vector Addrs[3];
334 struct tgsi_exec_vector QuadPos;
Dtgsi_exec.c992 const struct tgsi_exec_vector *tmp = &mach->Temps[index]; in print_temp()
1077 struct tgsi_exec_vector *inputs; in tgsi_exec_machine_bind_shader()
1078 struct tgsi_exec_vector *outputs; in tgsi_exec_machine_bind_shader()
1080 inputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
1087 outputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
1227 mach->Inputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_SHADER_INPUTS, 16); in tgsi_exec_machine_create()
1228 mach->Outputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_SHADER_OUTPUTS, 16); in tgsi_exec_machine_create()
2895 struct tgsi_exec_vector dst; in exec_vector_unary()
2943 struct tgsi_exec_vector dst; in exec_vector_binary()
2973 struct tgsi_exec_vector dst; in exec_vector_trinary()
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_fs.h40 struct tgsi_exec_vector;
44 struct tgsi_exec_vector *quadpos);
Dsp_fs_exec.c79 struct tgsi_exec_vector *quadpos) in setup_pos_vector()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c728 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector), 16); in draw_gs_init()
730 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector), 16); in draw_gs_init()
734 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector)); in draw_gs_init()
736 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector)); in draw_gs_init()