Searched refs:hstate (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c171 struct dd_state *hstate = CALLOC_STRUCT(dd_state); \
173 if (!hstate) \
175 hstate->cso = pipe->create_##name##_state(pipe, state); \
176 hstate->state.shortname = *state; \
177 return hstate; \
186 struct dd_state *hstate = state; \
188 dctx->draw_state.shortname = hstate; \
189 pipe->bind_##name##_state(pipe, hstate ? hstate->cso : NULL); \
198 struct dd_state *hstate
248 struct dd_state *hstate = CALLOC_STRUCT(dd_state); local in function:dd_context_create_vertex_elements_state
321 struct dd_state *hstate = CALLOC_STRUCT(dd_state); local in function:DD_CSO_BIND
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c171 struct dd_state *hstate = CALLOC_STRUCT(dd_state); \
173 if (!hstate) \
175 hstate->cso = pipe->create_##name##_state(pipe, state); \
176 hstate->state.shortname = *state; \
177 return hstate; \
186 struct dd_state *hstate = state; \
188 dctx->draw_state.shortname = hstate; \
189 pipe->bind_##name##_state(pipe, hstate ? hstate->cso : NULL); \
198 struct dd_state *hstate
248 struct dd_state *hstate = CALLOC_STRUCT(dd_state); local in function:dd_context_create_vertex_elements_state
321 struct dd_state *hstate = CALLOC_STRUCT(dd_state); local in function:DD_CSO_BIND
[all...]

Completed in 3 milliseconds