Searched refs:bypass (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.2.rst84 - freedreno/a6xx: Flush depth at the end of bypass rendering, too.
H A D10.5.1.rst189 - freedreno/ir3: handle flat bypass for a4xx
H A D18.3.5.rst72 - swr/rast: bypass size limit for non-sampled textures
H A D20.0.0.rst1997 - freedreno: Add nogmem debug option to force bypass rendering
2020 - freedreno: Use bypass rendering for tessellation
2353 - gallium: bypass u_vbuf if it's not needed (no fallbacks and no user
H A D19.1.0.rst356 - swr/rast: bypass size limit for non-sampled textures
3082 - iris: bypass params and do it ourselves
H A D19.0.0.rst285 - swr/rast: bypass size limit for non-sampled textures
H A D21.1.0.rst4546 - zink: bypass separate stencil path in resource_reference_rw when not a zs image
4957 - freedreno: Autotune bypass vs GMEM rendering decision
H A D20.1.0.rst2598 - freedreno/a6xx: set bypass RB_CCU_CNTL value for blitter
H A D21.0.0.rst1148 - freedreno/a6xx: Flush depth at the end of bypass rendering, too.
H A D21.3.0.rst920 - tu: Remove some stale bypass xfails
H A D20.3.0.rst4182 - freedreno: Don't bypass fd_draw_vbo() in clear fallback
H A D21.2.0.rst3553 - st/mesa: add a mechanism to bypass atomics when binding sampler views
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME-ISA.md139 Stores and atomics always bypass the L1 cache, so they don't support the DLC bit,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h180 bool bypass; member in struct:r600_alphatest_state
H A Dr600_state.c894 /* set blend bypass according to docs if SINT/UINT or
1162 if (rctx->alphatest_state.bypass != alphatest_bypass) {
1163 rctx->alphatest_state.bypass = alphatest_bypass;
1201 if (state->nr_cbufs == 0 && rctx->alphatest_state.bypass) {
1202 rctx->alphatest_state.bypass = false;
H A Devergreen_state.c1232 /* set blend bypass according to docs if SINT/UINT or
1506 if (rctx->alphatest_state.bypass != alphatest_bypass) {
1507 rctx->alphatest_state.bypass = alphatest_bypass;
1549 if (state->nr_cbufs == 0 && rctx->alphatest_state.bypass) {
1550 rctx->alphatest_state.bypass = false;
H A Dr600_state_common.c90 S_028410_ALPHA_TEST_BYPASS(a->bypass));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h180 bool bypass; member in struct:r600_alphatest_state
H A Dr600_state.c897 /* set blend bypass according to docs if SINT/UINT or
1165 if (rctx->alphatest_state.bypass != alphatest_bypass) {
1166 rctx->alphatest_state.bypass = alphatest_bypass;
1204 if (state->nr_cbufs == 0 && rctx->alphatest_state.bypass) {
1205 rctx->alphatest_state.bypass = false;
H A Devergreen_state.c1238 /* set blend bypass according to docs if SINT/UINT or
1512 if (rctx->alphatest_state.bypass != alphatest_bypass) {
1513 rctx->alphatest_state.bypass = alphatest_bypass;
1555 if (state->nr_cbufs == 0 && rctx->alphatest_state.bypass) {
1556 rctx->alphatest_state.bypass = false;
H A Dr600_state_common.c95 S_028410_ALPHA_TEST_BYPASS(a->bypass));

Completed in 83 milliseconds