Searched refs:vstate (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_draw.cpp | 1767 struct si_vertex_state *vstate = (struct si_vertex_state *)state; local in function:si_upload_and_prefetch_VB_descriptors 1782 vstate->velems.vb_desc_list_alloc_size : 1822 radeon_emit_array(&vstate->descriptors[velem_index * 4], 4); 1831 memcpy(desc, &vstate->descriptors[velem_index * 4], 16); 1834 if (vstate->b.input.vbuffer.buffer.resource != vstate->b.input.indexbuf) { 1836 si_resource(vstate->b.input.vbuffer.buffer.resource), 2120 struct si_vertex_state *vstate = (struct si_vertex_state *)state; local in function:si_draw 2123 (IS_DRAW_VERTEX_STATE && vstate->velems.count < vs->num_vs_inputs) || 2510 struct pipe_vertex_state *vstate, 2509 si_draw_vertex_state(struct pipe_context * ctx,struct pipe_vertex_state * vstate,uint32_t partial_velem_mask,struct pipe_draw_vertex_state_info info,const struct pipe_draw_start_count_bias * draws,unsigned num_draws) argument 2615 si_invalid_draw_vertex_state(struct pipe_context * ctx,struct pipe_vertex_state * vstate,uint32_t partial_velem_mask,struct pipe_draw_vertex_state_info info,const struct pipe_draw_start_count_bias * draws,unsigned num_draws) argument [all...] |
| H A D | si_pipe.h | 891 struct pipe_vertex_state *vstate,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_screen.c | 1065 struct pipe_vertex_state *vstate = local in function:trace_screen_create_vertex_state 1068 trace_dump_ret(ptr, vstate); 1070 return vstate;
|
Completed in 10 milliseconds