Searched refs:occlusion (Results 1 – 13 of 13) sorted by relevance
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 61 conditional call indicated by the test name. The occlusion query used in 64 Clears are tested by rendering some geometry for an occlusion query and then 66 expected result of the occlusion query. If the query is expected to pass, the 72 rendering the occlusion geometry. After the conditional depth/stencil clear 76 appropriate for the expected occlusion query result. 80 Framebuffer swap cases use a trivial occlusion query but change the bound 82 The occlusion query is performed with the default framebuffer. 85 occlusion queries. These tests thus only test for false positive occlusion 89 rendered primitive (excluding the first) is also used for an occlusion query 91 the next occlusion query and so on. In some of these test one primitive in [all …]
|
D | stress.conditional_render.txt | 37 All tests are based on using occlusion queries with known results and rendering 41 Rendering is ordered so that all occlusion queries are started before any 44 Call count test use many occlusion queries and simple occluder geometry. Every 45 second occlusion query is set to fail. Failing occlusion query geometry is
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 29 + Exact occlusion query result verification 31 + Conservative occlusion query result verification 42 color appears in the framebuffer, the occlusion query should return true. 44 framebuffer, the occlusion query should return false. If these conditions 47 If the occlusion query target is ANY_SAMPLES_PASSED_CONSERVATIVE, the test 48 allows false positives, i.e. the occlusion query can return true even if
|
D | stress.occlusion_query.txt | 33 Occlusion query stress tests generate large amounts of occlusion queries 35 specified number of occluding triangles are drawn. Then the occlusion 37 occlusion query is terminated. After all occlusion queries and triangle
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.fbo.no_attachments.txt | 42 Rendering is verified to happen with occlusion queries. This rather limited 49 and verifying its presence with an occlusion query. Size of the framebuffer 53 an occlusion query. Each tested pixel has its own render call and occlusion
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | pvsnotes | 11 turn on occlusion query 13 turn off occlusion query
|
/external/mesa3d/src/gallium/tests/graw/ |
D | SConscript | 24 'occlusion-query',
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 896 boolean occlusion = qs->softpipe->active_query_count; in choose_depth_test() local 907 !occlusion && in choose_depth_test() 915 !occlusion && in choose_depth_test()
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 432 NOTE: Currently contains only exact occlusion query as mandatory. Might be problematic for some, an… 626 …occlusion query | Recond a secondary command buffer with occlusionQueryEnable == VK_TRUE and query… 627 |13 | | ... imprecise occlusion query | 628 |14 | | ... queryFlags == 0x00000000, imprecise occlusion query |
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 315 In cases where a boolean result of an occlusion query is enough, 382 (typically an occlusion query). The ``render_condition`` function specifies 404 Normally, if the occlusion query returned a non-zero result subsequent
|
D | screen.rst | 35 * ``PIPE_CAP_OCCLUSION_QUERY``: Whether occlusion queries are available.
|
/external/mesa3d/docs/ |
D | RELNOTES-3.3 | 107 Used for bounding box occlusion testing (see demos/occlude.c).
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 419 …- D3D11 supports predication conditional on being equal any value (along with occlusion predicates…
|