Home
last modified time | relevance | path

Searched refs:ARB_post_depth_coverage (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_post_depth_coverage.txt3 ARB_post_depth_coverage
165 + Post-depth Coverage (ARB_post_depth_coverage)
167 If a fragment program specifies the "ARB_post_depth_coverage" option, the
170 specifies the ARB_post_depth_coverage option and not the
175 If a shader enables both EXT_post_depth_coverage and ARB_post_depth_coverage
177 ARB_post_depth_coverage.
210 Add interaction between ARB_post_depth_coverage and
DARB_spirv_extensions.txt72 This extension interacts with ARB_post_depth_coverage,
250 Implementations supporting ARB_post_depth_coverage
410 Interactions with ARB_post_depth_coverage or EXT_post_depth_coverage and
DARB_gl_spirv.txt2061 ARB_post_depth_coverage
/third_party/openGLES/extensions/ARB/
DARB_post_depth_coverage.txt3 ARB_post_depth_coverage
175 + Post-depth Coverage (ARB_post_depth_coverage)
177 If a fragment program specifies the "ARB_post_depth_coverage" option, the
180 specifies the ARB_post_depth_coverage option and not the
185 If a shader enables both EXT_post_depth_coverage and ARB_post_depth_coverage
187 ARB_post_depth_coverage.
220 Add interaction between ARB_post_depth_coverage and
DARB_spirv_extensions.txt87 This extension interacts with ARB_post_depth_coverage,
265 Implementations supporting ARB_post_depth_coverage
425 Interactions with ARB_post_depth_coverage or EXT_post_depth_coverage and
DARB_gl_spirv.txt2127 ARB_post_depth_coverage
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_post_depth_coverage.txt25 - ARB_post_depth_coverage extension specification.
29 The test verifies that when ARB_post_depth_coverage is available one can
/third_party/glslang/Test/
Dspv.arbPostDepthCoverage.frag4 #extension GL_EXT_post_depth_coverage : enable //according to ARB_post_depth_coverage,
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_post_depth_coverage.adoc13 {GLregistry}/ARB/ARB_post_depth_coverage.txt[`GL_ARB_post_depth_coverage`]
DVK_EXT_post_depth_coverage.txt15 …https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_post_depth_coverage.txt[`GL_ARB_post_de…
/third_party/openGLES/extensions/INTEL/
DINTEL_conservative_rasterization.txt49 This extension interacts with ARB_post_depth_coverage.
445 Interactions with ARB_post_depth_coverage
447 This extension is a fully compatible superset of ARB_post_depth_coverage
449 or may not advertise ARB_post_depth_coverage without any changes in
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_conservative_rasterization.txt49 This extension interacts with ARB_post_depth_coverage.
445 Interactions with ARB_post_depth_coverage
447 This extension is a fully compatible superset of ARB_post_depth_coverage
449 or may not advertise ARB_post_depth_coverage without any changes in
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h102 GLboolean ARB_post_depth_coverage; member
Dextensions_table.h109 EXT(ARB_post_depth_coverage , ARB_post_depth_coverage , GLL, GLC, x…
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c789 { o(ARB_post_depth_coverage), PIPE_CAP_POST_DEPTH_COVERAGE }, in st_init_extensions()
1788 spirv_caps->post_depth_coverage = extensions->ARB_post_depth_coverage; in st_init_extensions()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp677 EXT(ARB_post_depth_coverage),
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1508 - llvmpipe: add ARB_post_depth_coverage support.
D21.1.0.rst278 - zink: Wire up ARB_post_depth_coverage