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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 65 struct ppc_function ppc_program; member in struct:draw_ppc_vertex_shader
161 ppc_release_func( &shader->ppc_program );
196 ppc_init_func( &vs->ppc_program );
199 ppc_print_code(&vs->ppc_program, TRUE);
200 ppc_indent(&vs->ppc_program, 8);
204 &vs->ppc_program,
209 vs->func = (codegen_function) ppc_get_func( &vs->ppc_program );
221 ppc_release_func( &vs->ppc_program );

Completed in 2692 milliseconds