Searched refs:occlusion (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.3.rst76 - nv50: allocate more offset space for occlusion queries
H A D17.1.3.rst40 - radv: Remove SI num RB override for occlusion queries.
H A D19.0.7.rst113 - radv: fix occlusion queries on VegaM
H A D19.1.1.rst119 - radv: fix occlusion queries on VegaM
H A D17.2.2.rst152 - radv: fix saved compute state when doing statistics/occlusion queries
H A D20.1.3.rst37 - [RADV] Non-precise occlusion queries return non-zero when all
72 - llvmpipe: fix occlusion queries on big-endian.
H A D10.2.5.rst139 - radeonsi: fix occlusion queries on Hawaii
H A D11.0.8.rst130 - radeonsi: fix occlusion queries on Fiji
H A D20.0.8.rst166 - radeonsi: don't expose 16xAA on chips with 1 RB due to an occlusion
H A D10.5.0.rst150 Calling glClear while there is an occlusion query in progress messes
H A D20.3.5.rst255 - radv: fix waiting on the last enabled RB for occlusion queries
H A D7.10.3.rst269 - r300g: fix occlusion queries when depth test is disabled or zbuffer
H A D7.10.rst433 - softpipe: can't no-op depth test stage when occlusion query is
1679 - r600g: occlusion query for new design
1682 - r600g: fix multiple occlusion query on same id
1695 - r600g: disable early cull optimization when occlusion query running
1702 - r600g: fix occlusion query after change to block structure
1706 - r600g: suspend/resume occlusion query around clear/copy
1733 - r600g: fix occlusion query on evergreen (avoid lockup)
2235 - d3d1x: rework DXGI for occlusion testing and default width/height
2885 - i965: fix occlusion query on sandybridge
2902 - i965: Fix occlusion quer
[all...]
H A D10.6.0.rst119 Calling glClear while there is an occlusion query in progress messes
H A D7.11.1.rst370 - r600g: use backend mask for occlusion queries
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c917 boolean occlusion = qs->softpipe->active_query_count; local in function:choose_depth_test
930 !occlusion &&
939 !occlusion &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c1003 boolean occlusion = qs->softpipe->active_query_count; local in function:choose_depth_test
1018 !occlusion &&
1028 !occlusion &&
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvc4.rst46 The VC4 hardware has no support for occlusion queries. GL 2.0
47 requires that you support the occlusion queries extension, but you can
H A Dllvmpipe.rst213 Culling <https://fgiesen.wordpress.com/2013/02/17/optimizing-sw-occlusion-culling-index/>`__
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst420 In cases where a boolean result of an occlusion query is enough,
427 In cases where a conservative approximation of an occlusion query is enough,
512 (typically an occlusion query, or streamout overflow predicate).
538 for the non-REGION modes but in the case that an occlusion query returns
541 Normally, if the occlusion query returned a non-zero result subsequent
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst445 In cases where a boolean result of an occlusion query is enough,
452 In cases where a conservative approximation of an occlusion query is enough,
537 (typically an occlusion query, or streamout overflow predicate).
563 for the non-REGION modes but in the case that an occlusion query returns
566 Normally, if the occlusion query returned a non-zero result subsequent
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1750 uint64_t occlusion; member in struct:MALI_DRAW
1802 cl[26] = __gen_uint(values->occlusion, 0, 63);
1803 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32;
1845 values->occlusion = __gen_unpack_uint(cl, 832, 895);
1878 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);
H A Dv5_pack.h1803 uint64_t occlusion; member in struct:MALI_DRAW
1856 cl[26] = __gen_uint(values->occlusion, 0, 63);
1857 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32;
1900 values->occlusion = __gen_unpack_uint(cl, 832, 895);
1934 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);
H A Dv6_pack.h2008 uint64_t occlusion; member in struct:MALI_DRAW
2059 cl[26] = __gen_uint(values->occlusion, 0, 63);
2060 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32;
2106 values->occlusion = __gen_unpack_uint(cl, 832, 895);
2139 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);
H A Dv7_pack.h2060 uint64_t occlusion; member in struct:MALI_DRAW
2111 cl[26] = __gen_uint(values->occlusion, 0, 63);
2112 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32;
2158 values->occlusion = __gen_unpack_uint(cl, 832, 895);
2191 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);

Completed in 61 milliseconds

12