Home
last modified time | relevance | path

Searched refs:draw_vs_create_variant_generic (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_llvm.c111 vs->base.create_variant = draw_vs_create_variant_generic; in draw_create_vs_llvm()
Ddraw_vs.h192 draw_vs_create_variant_generic( struct draw_vertex_shader *vs,
Ddraw_vs_ppc.c188 vs->base.create_variant = draw_vs_create_variant_generic; in draw_create_vs_ppc()
Ddraw_vs_exec.c237 vs->base.create_variant = draw_vs_create_variant_generic; in draw_create_vs_exec()
Ddraw_vs_variant.c269 draw_vs_create_variant_generic( struct draw_vertex_shader *vs, in draw_vs_create_variant_generic() function