Home
last modified time | relevance | path

Searched refs:ARB_shader_ballot (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_shader_ballot.txt23 ARB_shader_ballot extension is required.
27 - ARB_shader_ballot specification,
32 This tests verifies if functionality provided by ARB_shader_ballot
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_spirv_extensions.txt39 This extension interacts with ARB_shader_ballot and
168 SubgroupEqMaskKHR (ARB_shader_ballot)
169 SubgroupGeMaskKHR (ARB_shader_ballot)
170 SubgroupGtMaskKHR (ARB_shader_ballot)
171 SubgroupLeMaskKHR (ARB_shader_ballot)
172 SubgroupLtMaskKHR (ARB_shader_ballot)
189 Implementations supporting ARB_shader_ballot and
310 Interactions with ARB_shader_ballot and SPV_KHR_shader_ballot:
DARB_shader_ballot.txt3 ARB_shader_ballot
DARB_gl_spirv.txt2057 ARB_shader_ballot
/third_party/openGLES/extensions/ARB/
DARB_spirv_extensions.txt54 This extension interacts with ARB_shader_ballot and
183 SubgroupEqMaskKHR (ARB_shader_ballot)
184 SubgroupGeMaskKHR (ARB_shader_ballot)
185 SubgroupGtMaskKHR (ARB_shader_ballot)
186 SubgroupLeMaskKHR (ARB_shader_ballot)
187 SubgroupLtMaskKHR (ARB_shader_ballot)
204 Implementations supporting ARB_shader_ballot and
325 Interactions with ARB_shader_ballot and SPV_KHR_shader_ballot:
DARB_shader_ballot.txt3 ARB_shader_ballot
DARB_gl_spirv.txt2123 ARB_shader_ballot
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c331 ctx->Extensions.ARB_shader_ballot = true; in brw_init_extensions()
/third_party/mesa3d/src/mesa/main/
Dextensions_table.h124 EXT(ARB_shader_ballot , ARB_shader_ballot , GLL, GLC, x…
Dmtypes.h4383 GLboolean ARB_shader_ballot; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c809 { o(ARB_shader_ballot), PIPE_CAP_TGSI_BALLOT }, in st_init_extensions()
1830 spirv_caps->subgroup_ballot = extensions->ARB_shader_ballot; in st_init_extensions()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp3788 case Supp::ARB_shader_ballot: in emit_extension_workarounds()
3817 case Supp::ARB_shader_ballot: in emit_extension_workarounds()
3845 case Supp::ARB_shader_ballot: in emit_extension_workarounds()
3923 case Supp::ARB_shader_ballot: in emit_extension_workarounds()
4039 case Supp::ARB_shader_ballot: in emit_extension_workarounds()
15810 case ARB_shader_ballot: in get_extra_required_extension_names()
15823 case ARB_shader_ballot: in get_extra_required_extension_predicate()
15939 return { KHR_shader_subgroup_ballot, NV_shader_thread_group, ARB_shader_ballot }; in get_candidates_for_feature()
15941 return { KHR_shader_subgroup_basic, NV_shader_thread_group, AMD_gcn_shader, ARB_shader_ballot }; in get_candidates_for_feature()
15943 return { KHR_shader_subgroup_basic, NV_shader_thread_group, ARB_shader_ballot }; in get_candidates_for_feature()
[all …]
Dspirv_glsl.hpp280 ARB_shader_ballot, enumerator
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_ballot.txt39 This extension requires ARB_shader_group_vote and ARB_shader_ballot.
49 The extensions ARB_shader_group_vote and ARB_shader_ballot introduced the
/third_party/openGLES/extensions/AMD/
DAMD_shader_ballot.txt39 This extension requires ARB_shader_group_vote and ARB_shader_ballot.
49 The extensions ARB_shader_group_vote and ARB_shader_ballot introduced the
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp680 EXT(ARB_shader_ballot),