HomeSort by relevance Sort by last modified time
    Searched refs:codegen_emit (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vertex.c 135 else if (vtx->codegen_emit) {
136 vtx->codegen_emit(ctx);
528 vtx->codegen_emit = NULL;
532 vtx->codegen_emit = _tnl_generate_sse_emit;
t_context.h 383 void (*codegen_emit)( struct gl_context *ctx ); member in struct:tnl_clipspace
t_vertex_sse.c 648 vtx->codegen_emit = NULL;

Completed in 189 milliseconds