Searched refs:ARB_shader_ballot (Results 1 – 18 of 18) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_ballot.txt | 23 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/ |
D | ARB_spirv_extensions.txt | 39 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:
|
D | ARB_shader_ballot.txt | 3 ARB_shader_ballot
|
D | ARB_gl_spirv.txt | 2057 ARB_shader_ballot
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_spirv_extensions.txt | 54 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:
|
D | ARB_shader_ballot.txt | 3 ARB_shader_ballot
|
D | ARB_gl_spirv.txt | 2123 ARB_shader_ballot
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_shader_subgroup_ballot.adoc | 15 {GLregistry}/ARB/ARB_shader_ballot.txt[`GL_ARB_shader_ballot`]
|
D | VK_EXT_shader_subgroup_ballot.txt | 17 …https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_shader_ballot.txt[`GL_ARB_shader_ballot…
|
/third_party/mesa3d/src/mesa/main/ |
D | consts_exts.h | 110 GLboolean ARB_shader_ballot; member
|
D | extensions_table.h | 123 EXT(ARB_shader_ballot , ARB_shader_ballot , GLL, GLC, x…
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 795 { o(ARB_shader_ballot), PIPE_CAP_SHADER_BALLOT }, in st_init_extensions() 1794 spirv_caps->subgroup_ballot = extensions->ARB_shader_ballot; in st_init_extensions()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 3788 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 …]
|
D | spirv_glsl.hpp | 280 ARB_shader_ballot, enumerator
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_ballot.txt | 39 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/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_shader_ballot.txt | 39 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/ |
D | glsl_parser_extras.cpp | 682 EXT(ARB_shader_ballot),
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 1572 - llvmpipe: export ARB_shader_ballot
|