Home
last modified time | relevance | path

Searched refs:gl_MaxComputeWorkGroupCount (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/Test/
Dweb.comp9 const int total = gl_MaxComputeWorkGroupCount.x
10 + gl_MaxComputeWorkGroupCount.y
11 + gl_MaxComputeWorkGroupCount.z
D420.comp16 sfoo += gl_MaxComputeWorkGroupCount + gl_MaxComputeWorkGroupSize;
D430.comp8 const int total = gl_MaxComputeWorkGroupCount.y
D310.comp8 const int total = gl_MaxComputeWorkGroupCount.y
/aosp_15_r20/external/angle/third_party/glslang/src/Test/
H A Dweb.comp9 const int total = gl_MaxComputeWorkGroupCount.x
10 + gl_MaxComputeWorkGroupCount.y
11 + gl_MaxComputeWorkGroupCount.z
H A D420.comp16 sfoo += gl_MaxComputeWorkGroupCount + gl_MaxComputeWorkGroupSize;
H A D430.comp8 const int total = gl_MaxComputeWorkGroupCount.y
H A D310.comp8 const int total = gl_MaxComputeWorkGroupCount.y
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DBuiltIn_autogen.h3502 static constexpr const TSymbolUniqueId gl_MaxComputeWorkGroupCount = TSymbolUniqueId(2153); variable
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable_autogen.cpp151 constexpr const ImmutableString gl_MaxComputeWorkGroupCount("gl_MaxComputeWorkGroupCount"); variable
26524 BuiltInId::gl_MaxComputeWorkGroupCount, BuiltInName::gl_MaxComputeWorkGroupCount, in initializeBuiltInVariables()