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

  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.c 266 so->texconst3 =
271 so->texconst3 =
276 so->texconst3 |= A3XX_TEX_CONST_3_LAYERSZ2(sz2);
279 so->texconst3 = 0x00000000;
fd3_texture.h 55 uint32_t texconst0, texconst1, texconst2, texconst3; member in struct:fd3_pipe_sampler_view
fd3_emit.c 192 OUT_RING(ring, view->texconst3);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.h 55 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member in struct:fd4_pipe_sampler_view
fd4_texture.c 284 so->texconst3 =
290 so->texconst3 =
295 so->texconst3 =
303 so->texconst3 = 0x00000000;
fd4_emit.c 195 OUT_RING(ring, view->texconst3);
221 OUT_RING(ring, view->texconst3);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.h 53 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd5_pipe_sampler_view
fd5_texture.c 283 so->texconst3 =
290 so->texconst3 =
297 so->texconst3 =
305 so->texconst3 =
311 so->texconst3 = 0x00000000;
fd5_emit.c 331 OUT_RING(ring, view->texconst3);

Completed in 165 milliseconds