Searched defs:programmable_vs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.c2979 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); local in function:update_vertex_elements_sw
3209 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); local in function:nine_state_prepare_draw_sw
[all...]
H A Dnine_state.h259 BOOL programmable_vs; member in struct:nine_context
H A Ddevice9.c2992 bool programmable_vs = This->state.vs && !(This->state.vdecl && This->state.vdecl->position_t); local in function:NineDevice9_ProcessVertices
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h261 BOOL programmable_vs; member in struct:nine_context
H A Dnine_state.c3048 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); local in function:update_vertex_elements_sw
3280 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); local in function:nine_state_prepare_draw_sw
[all...]
H A Ddevice9.c3225 bool programmable_vs = This->state.vs && !(This->state.vdecl && This->state.vdecl->position_t); local in function:NineDevice9_ProcessVertices

Completed in 26 milliseconds