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

  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 773 texstate->filter0 = sampler->filter0;
850 texstate->filter0 &= ~R300_TX_WRAP_T_MASK;
851 texstate->filter0 |= R300_TX_WRAP_T(R300_TX_CLAMP_TO_EDGE);
857 texstate->filter0 &= ~R300_TX_WRAP_R_MASK;
    [all...]
r300_context.h 187 uint32_t filter0; /* R300_TX_FILTER0: 0x4400 */ member in struct:r300_sampler_state
224 uint32_t filter0; /* R300_TX_FILTER0: 0x4400 */ member in struct:r300_texture_sampler_state
r300_state.c     [all...]
r300_emit.c 804 OUT_CS_REG(R300_TX_FILTER0_0 + (i * 4), texstate->filter0);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]

Completed in 86 milliseconds