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

  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 2948 bool programmable_vs = This->state.vs && !(This->state.vdecl && This->state.vdecl->position_t); local
    [all...]
nine_state.c 549 if (likely(context->programmable_vs))
556 if (likely(context->programmable_vs)) {
745 vs = context->programmable_vs ? context->vs : device->ff.vs;
944 sampler_mask = context->programmable_vs ? context->vs->sampler_mask : 0;
3122 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); local
3352 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); local
    [all...]
nine_state.h 254 BOOL programmable_vs; member in struct:nine_context

Completed in 3304 milliseconds