Home
last modified time | relevance | path

Searched refs:r300_vertex_program_compiler (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h130 struct r300_vertex_program_compiler { struct
136 void (*SetHwInputOutput)(struct r300_vertex_program_compiler * c); argument
140 void r3xx_compile_vertex_program(struct r300_vertex_program_compiler* c);
Dr3xx_vertprog.c367 struct r300_vertex_program_compiler *compiler = (struct r300_vertex_program_compiler*)c; in translate_vertex_program()
562 struct r300_vertex_program_compiler *compiler = (struct r300_vertex_program_compiler*)c; in allocate_temporary_registers()
752 struct r300_vertex_program_compiler * compiler = (struct r300_vertex_program_compiler*)c; in rc_vs_add_artificial_outputs()
777 struct r300_vertex_program_compiler * c = userdata; in dataflow_outputs_mark_used()
794 static void transform_negative_addressing(struct r300_vertex_program_compiler *c, in transform_negative_addressing()
830 struct r300_vertex_program_compiler * c = (struct r300_vertex_program_compiler*)compiler; in rc_emulate_negative_addressing()
870 void r3xx_compile_vertex_program(struct r300_vertex_program_compiler *c) in r3xx_compile_vertex_program()
Dr3xx_vertprog_dump.c171 struct r300_vertex_program_compiler *c = (struct r300_vertex_program_compiler*)compiler; in r300_vertex_program_dump()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c106 static void set_vertex_inputs_outputs(struct r300_vertex_program_compiler * c) in set_vertex_inputs_outputs()
208 struct r300_vertex_program_compiler compiler; in r300_translate_vertex_shader()