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.h75 struct tgsi_exec_vector struct
246 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS +
248 struct tgsi_exec_vector TempArray[TGSI_EXEC_NUM_TEMP_ARRAYS][TGSI_EXEC_NUM_TEMPS];
254 struct tgsi_exec_vector *Inputs;
255 struct tgsi_exec_vector *Outputs;
261 struct tgsi_exec_vector *Addrs;
262 struct tgsi_exec_vector *Predicates;
281 struct tgsi_exec_vector QuadPos;
Dtgsi_exec.c538 const struct tgsi_exec_vector *tmp = &mach->Temps[index]; in print_temp()
682 struct tgsi_exec_vector *inputs; in tgsi_exec_machine_bind_shader()
683 struct tgsi_exec_vector *outputs; in tgsi_exec_machine_bind_shader()
685 inputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
692 outputs = align_malloc(sizeof(struct tgsi_exec_vector) * in tgsi_exec_machine_bind_shader()
837 mach->Inputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_ATTRIBS, 16); in tgsi_exec_machine_create()
838 mach->Outputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_ATTRIBS, 16); in tgsi_exec_machine_create()
2464 struct tgsi_exec_vector dst; in exec_vector_unary()
2514 struct tgsi_exec_vector dst; in exec_vector_binary()
2545 struct tgsi_exec_vector dst; in exec_vector_trinary()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_fs.h41 struct tgsi_exec_vector;
45 struct tgsi_exec_vector *quadpos);
Dsp_fs_exec.c86 struct tgsi_exec_vector *quadpos) in setup_pos_vector()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c53 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector), 16); in draw_gs_init()
57 MAX_PRIMITIVES * sizeof(struct tgsi_exec_vector)); in draw_gs_init()