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

  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.h 42 uint32_t texsamp0, texsamp1; member in struct:fd3_sampler_stateobj
fd3_texture.c 118 so->texsamp0 =
130 so->texsamp0 |= A3XX_TEX_SAMP_0_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */
fd3_emit.c 167 OUT_RING(ring, sampler->texsamp0);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.h 42 uint32_t texsamp0, texsamp1; member in struct:fd4_sampler_stateobj
fd4_texture.c 118 so->texsamp0 =
133 so->texsamp0 |= A4XX_TEX_SAMP_0_LOD_BIAS(cso->lod_bias);
fd4_emit.c 158 OUT_RING(ring, sampler->texsamp0);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.h 40 uint32_t texsamp0, texsamp1, texsamp2, texsamp3; member in struct:fd5_sampler_stateobj
fd5_texture.c 116 so->texsamp0 =
130 so->texsamp0 |= A5XX_TEX_SAMP_0_LOD_BIAS(cso->lod_bias);
fd5_emit.c 314 OUT_RING(ring, sampler->texsamp0);
    [all...]

Completed in 153 milliseconds