Searched refs:last_primitive_type (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_hw_context.c428 ctx->last_primitive_type = -1;
H A Dr600_pipe.h588 enum pipe_prim_type last_primitive_type; /* Last primitive type used in draw_vbo. */ member in struct:r600_context
H A Dr600_state_common.c404 rctx->last_primitive_type = -1;
2255 if (rctx->last_primitive_type != info->mode) {
2260 rctx->last_primitive_type = info->mode;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_hw_context.c428 ctx->last_primitive_type = -1;
H A Dr600_pipe.h593 enum pipe_prim_type last_primitive_type; /* Last primitive type used in draw_vbo. */ member in struct:r600_context
H A Dr600_state_common.c409 rctx->last_primitive_type = -1;
2335 if (rctx->last_primitive_type != info->mode) {
2340 rctx->last_primitive_type = info->mode;

Completed in 20 milliseconds