Home
last modified time | relevance | path

Searched refs:SetHwInputOutput (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h132 void (*SetHwInputOutput)(struct r300_vertex_program_compiler * c); member
Dr3xx_vertprog.c383 compiler->SetHwInputOutput(compiler); in translate_vertex_program()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c233 compiler.SetHwInputOutput = &set_vertex_inputs_outputs; in r300_translate_vertex_shader()