Searched refs:texconst1 (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.h53 uint32_t texconst0, texconst1, texconst2, texconst3; member in struct:fd3_pipe_sampler_view
H A Dfd3_texture.c242 so->texconst1 =
253 so->texconst1 =
H A Dfd3_emit.c187 OUT_RING(ring, view->texconst1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.h52 uint32_t texconst0, texconst1, texconst2, texconst3; member in struct:fd3_pipe_sampler_view
H A Dfd3_texture.c178 so->texconst1 =
189 so->texconst1 = A3XX_TEX_CONST_1_PITCHALIGN(rsc->layout.pitchalign - 4) |
H A Dfd3_emit.c208 OUT_RING(ring, view->texconst1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.h53 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member in struct:fd4_pipe_sampler_view
H A Dfd4_texture.c259 so->texconst1 =
274 so->texconst1 =
H A Dfd4_emit.c186 OUT_RING(ring, view->texconst1);
214 OUT_RING(ring, view->texconst1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.h52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; member in struct:fd4_pipe_sampler_view
H A Dfd4_texture.c188 so->texconst1 =
200 so->texconst1 = A4XX_TEX_CONST_1_WIDTH(u_minify(prsc->width0, lvl)) |
H A Dfd4_emit.c203 OUT_RING(ring, view->texconst1);
230 OUT_RING(ring, view->texconst1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.h53 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd5_pipe_sampler_view
H A Dfd5_texture.c247 so->texconst1 =
262 so->texconst1 =
H A Dfd5_emit.c372 OUT_RING(ring, view->texconst1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.h52 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd5_pipe_sampler_view
H A Dfd5_texture.c185 so->texconst1 = A5XX_TEX_CONST_1_WIDTH(elements & MASK(15)) |
197 so->texconst1 = A5XX_TEX_CONST_1_WIDTH(u_minify(prsc->width0, lvl)) |
H A Dfd5_emit.c400 OUT_RING(ring, view->texconst1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h55 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd6_pipe_sampler_view
H A Dfd6_texture.c244 so->texconst1 =
259 so->texconst1 =
H A Dfd6_emit.c479 OUT_RING(state, view->texconst1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h54 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd6_pipe_sampler_view
H A Dfd6_texture.c233 so->texconst1 = A6XX_TEX_CONST_1_WIDTH(elements & MASK(15)) |
245 so->texconst1 = A6XX_TEX_CONST_1_WIDTH(u_minify(prsc->width0, lvl)) |
H A Dfd6_emit.c397 OUT_RING(state, view->texconst1);

Completed in 41 milliseconds