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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_derived.c 139 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
153 LP_NEW_SAMPLER_VIEW |
179 if (llvmpipe->dirty & (LP_NEW_SAMPLER_VIEW))
lp_state.h 51 #define LP_NEW_SAMPLER_VIEW 0x800
lp_state_sampler.c 181 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
248 * Called during state validation when LP_NEW_SAMPLER_VIEW is set.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 139 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
153 LP_NEW_SAMPLER_VIEW |
179 if (llvmpipe->dirty & (LP_NEW_SAMPLER_VIEW))
lp_state.h 51 #define LP_NEW_SAMPLER_VIEW 0x800
lp_state_sampler.c 181 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
248 * Called during state validation when LP_NEW_SAMPLER_VIEW is set.

Completed in 123 milliseconds