Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h110 struct r300_vertex_program_compiler { struct
116 void (*SetHwInputOutput)(struct r300_vertex_program_compiler * c); argument
120 void r3xx_compile_vertex_program(struct r300_vertex_program_compiler* c);
H A Dr3xx_vertprog_dump.c154 struct r300_vertex_program_compiler *c = (struct r300_vertex_program_compiler*)compiler; in r300_vertex_program_dump()
H A Dr3xx_vertprog.c383 struct r300_vertex_program_compiler *compiler = (struct r300_vertex_program_compiler*)c; in translate_vertex_program()
746 struct r300_vertex_program_compiler * compiler = (struct r300_vertex_program_compiler*)c; in rc_vs_add_artificial_outputs()
781 void r3xx_compile_vertex_program(struct r300_vertex_program_compiler *c) in r3xx_compile_vertex_program()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.c93 static void set_vertex_inputs_outputs(struct r300_vertex_program_compiler * c) in set_vertex_inputs_outputs()
178 struct r300_vertex_program_compiler compiler; in r300_translate_vertex_shader()