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

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 92 struct r600_vertexbuf_state *state = &rctx->cs_vertex_buffer_state;
345 ctx->cs_vertex_buffer_state.atom.num_dw = 12 * util_bitcount(ctx->cs_vertex_buffer_state.dirty_mask);
346 r600_emit_atom(ctx, &ctx->cs_vertex_buffer_state.atom);
745 ctx->cs_vertex_buffer_state.enabled_mask =
746 ctx->cs_vertex_buffer_state.dirty_mask = 1 | 2;
r600_pipe.h 392 struct r600_vertexbuf_state cs_vertex_buffer_state; member in struct:r600_context
evergreen_state.c     [all...]

Completed in 39 milliseconds