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

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.h 296 uint8_t bound_samplers_mask_vs; member in struct:nine_context
nine_state.c 568 if ((context->bound_samplers_mask_vs & vs->sampler_mask) != vs->sampler_mask)
945 context->bound_samplers_mask_vs = 0;
983 context->bound_samplers_mask_vs |= (1 << s);
    [all...]

Completed in 334 milliseconds