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.h84 struct tgsi_exec_vector struct
341 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS +
347 struct tgsi_exec_vector *Inputs;
348 struct tgsi_exec_vector *Outputs;
353 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS];
355 struct tgsi_exec_vector *Addrs;
378 struct tgsi_exec_vector QuadPos;
Dtgsi_exec.c1050 const struct tgsi_exec_vector *tmp = &mach->Temps[index]; in print_temp()
1138 struct tgsi_exec_vector *inputs; in tgsi_exec_machine_bind_shader()
1139 struct tgsi_exec_vector *outputs; in tgsi_exec_machine_bind_shader()
1141 inputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
1148 outputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
1290 mach->Inputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_SHADER_INPUTS, 16); in tgsi_exec_machine_create()
1291 mach->Outputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_SHADER_OUTPUTS, 16); in tgsi_exec_machine_create()
3114 struct tgsi_exec_vector dst; in exec_vector_unary()
3164 struct tgsi_exec_vector dst; in exec_vector_binary()
3195 struct tgsi_exec_vector dst; in exec_vector_trinary()
[all …]
/external/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()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c747 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector), 16); in draw_gs_init()
749 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector), 16); in draw_gs_init()
753 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector)); in draw_gs_init()
755 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector)); in draw_gs_init()