Searched refs:texconst3 (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.c264 so->texconst3 =
269 so->texconst3 =
274 so->texconst3 |= A3XX_TEX_CONST_3_LAYERSZ2(sz2);
277 so->texconst3 = 0x00000000;
H A Dfd3_emit.c190 OUT_RING(ring, view->texconst3);
/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.c199 so->texconst3 = A3XX_TEX_CONST_3_DEPTH(prsc->array_size - 1) |
203 so->texconst3 = A3XX_TEX_CONST_3_DEPTH(u_minify(prsc->depth0, lvl)) |
205 so->texconst3 |= A3XX_TEX_CONST_3_LAYERSZ2(
209 so->texconst3 = 0x00000000;
H A Dfd3_emit.c211 OUT_RING(ring, view->texconst3);
/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.c300 so->texconst3 =
306 so->texconst3 =
311 so->texconst3 =
319 so->texconst3 = 0x00000000;
H A Dfd4_emit.c188 OUT_RING(ring, view->texconst3);
216 OUT_RING(ring, view->texconst3);
/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.c222 so->texconst3 = A4XX_TEX_CONST_3_DEPTH(layers) |
227 so->texconst3 = A4XX_TEX_CONST_3_DEPTH(layers / 6) |
231 so->texconst3 =
238 so->texconst3 = 0x00000000;
H A Dfd4_emit.c205 OUT_RING(ring, view->texconst3);
232 OUT_RING(ring, view->texconst3);
/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.c279 so->texconst3 =
286 so->texconst3 =
293 so->texconst3 =
299 so->texconst3 =
305 so->texconst3 = 0x00000000;
H A Dfd5_emit.c374 OUT_RING(ring, view->texconst3);
/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.c210 so->texconst3 = A5XX_TEX_CONST_3_ARRAY_PITCH(rsc->layout.layer_size);
215 so->texconst3 = A5XX_TEX_CONST_3_ARRAY_PITCH(rsc->layout.layer_size);
220 so->texconst3 = A5XX_TEX_CONST_3_ARRAY_PITCH(rsc->layout.layer_size);
224 so->texconst3 =
231 so->texconst3 = 0x00000000;
H A Dfd5_emit.c402 OUT_RING(ring, view->texconst3);
/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.c287 so->texconst3 =
294 so->texconst3 =
301 so->texconst3 =
307 so->texconst3 =
318 so->texconst3 |= A6XX_TEX_CONST_3_FLAG | A6XX_TEX_CONST_3_UNK27;
H A Dfd6_emit.c481 OUT_RING(state, view->texconst3);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c294 so->texconst3 = A6XX_TEX_CONST_3_ARRAY_PITCH(rsc->layout.layer_size);
299 so->texconst3 = A6XX_TEX_CONST_3_ARRAY_PITCH(rsc->layout.layer_size);
304 so->texconst3 = A6XX_TEX_CONST_3_ARRAY_PITCH(rsc->layout.layer_size);
308 so->texconst3 =
319 so->texconst3 |= A6XX_TEX_CONST_3_TILE_ALL;
325 so->texconst3 |= A6XX_TEX_CONST_3_FLAG;
H A Dfd6_texture.h54 uint32_t texconst0, texconst1, texconst2, texconst3, texconst5; member in struct:fd6_pipe_sampler_view
H A Dfd6_emit.c399 OUT_RING(state, view->texconst3);

Completed in 21 milliseconds