| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.3.rst | 76 - nv50: allocate more offset space for occlusion queries
|
| H A D | 17.1.3.rst | 40 - radv: Remove SI num RB override for occlusion queries.
|
| H A D | 19.0.7.rst | 113 - radv: fix occlusion queries on VegaM
|
| H A D | 19.1.1.rst | 119 - radv: fix occlusion queries on VegaM
|
| H A D | 17.2.2.rst | 152 - radv: fix saved compute state when doing statistics/occlusion queries
|
| H A D | 20.1.3.rst | 37 - [RADV] Non-precise occlusion queries return non-zero when all 72 - llvmpipe: fix occlusion queries on big-endian.
|
| H A D | 10.2.5.rst | 139 - radeonsi: fix occlusion queries on Hawaii
|
| H A D | 11.0.8.rst | 130 - radeonsi: fix occlusion queries on Fiji
|
| H A D | 20.0.8.rst | 166 - radeonsi: don't expose 16xAA on chips with 1 RB due to an occlusion
|
| H A D | 10.5.0.rst | 150 Calling glClear while there is an occlusion query in progress messes
|
| H A D | 20.3.5.rst | 255 - radv: fix waiting on the last enabled RB for occlusion queries
|
| H A D | 7.10.3.rst | 269 - r300g: fix occlusion queries when depth test is disabled or zbuffer
|
| H A D | 7.10.rst | 433 - 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 D | 10.6.0.rst | 119 Calling glClear while there is an occlusion query in progress messes
|
| H A D | 7.11.1.rst | 370 - r600g: use backend mask for occlusion queries
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 917 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 D | sp_quad_depth_test.c | 1003 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 D | vc4.rst | 46 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 D | llvmpipe.rst | 213 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 D | context.rst | 420 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 D | context.rst | 445 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 D | v4_pack.h | 1750 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 D | v5_pack.h | 1803 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 D | v6_pack.h | 2008 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 D | v7_pack.h | 2060 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);
|