Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h85 struct tgsi_exec_vector struct
300 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS];
305 struct tgsi_exec_vector *Inputs;
306 struct tgsi_exec_vector *Outputs;
311 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS];
313 struct tgsi_exec_vector Addrs[3];
341 struct tgsi_exec_vector QuadPos;
Dtgsi_exec.c77 static_assert(alignof(struct tgsi_exec_vector) == 16, "");
990 const struct tgsi_exec_vector *tmp = &mach->Temps[index]; in print_temp()
1074 struct tgsi_exec_vector *inputs; in tgsi_exec_machine_bind_shader()
1075 struct tgsi_exec_vector *outputs; in tgsi_exec_machine_bind_shader()
1077 inputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
1084 outputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
1224 mach->Inputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_SHADER_INPUTS, 16); in tgsi_exec_machine_create()
1225 mach->Outputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_SHADER_OUTPUTS, 16); in tgsi_exec_machine_create()
2894 struct tgsi_exec_vector dst; in exec_vector_unary()
2942 struct tgsi_exec_vector dst; in exec_vector_binary()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_fs.h40 struct tgsi_exec_vector;
44 struct tgsi_exec_vector *quadpos);
Dsp_fs_exec.c78 struct tgsi_exec_vector *quadpos) in setup_pos_vector()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c755 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector), 16); in draw_gs_init()
757 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector), 16); in draw_gs_init()
762 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector)); in draw_gs_init()
764 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector)); in draw_gs_init()