HomeSort by relevance Sort by last modified time
    Searched full:create_variant (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 125 struct draw_vs_variant *(*create_variant)( struct draw_vertex_shader *shader, member in struct:draw_vertex_shader
draw_vs_llvm.c 111 vs->base.create_variant = draw_vs_create_variant_generic;
draw_vs_ppc.c 188 vs->base.create_variant = draw_vs_create_variant_generic;
draw_vs.c 247 variant = vs->create_variant( vs, key );
draw_vs_exec.c 237 vs->base.create_variant = draw_vs_create_variant_generic;
  /external/vixl/
SConstruct 139 def create_variant(obj_dir, targets_dir):
233 create_variant(build_dir, TARGET_SRC_DIR)

Completed in 359 milliseconds