Searched refs:ARB_shader_ballot (Results 1 – 16 of 16) 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/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_extensions.c | 331 ctx->Extensions.ARB_shader_ballot = true; in brw_init_extensions()
|
/third_party/mesa3d/src/mesa/main/ |
D | extensions_table.h | 124 EXT(ARB_shader_ballot , ARB_shader_ballot , GLL, GLC, x…
|
D | mtypes.h | 4383 GLboolean ARB_shader_ballot; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 809 { 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/ |
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/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/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/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 680 EXT(ARB_shader_ballot),
|