Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/
H A Dspv.fsi_Error.frag.out5 ERROR: 0:12: '' : endInvocationInterlockARB() must be in main()
6 ERROR: 0:17: '' : endInvocationInterlockARB() must only be called once
8 ERROR: 0:18: '' : beginInvocationInterlockARB() must be called before endInvocationInterlockARB()
9 ERROR: 0:22: '' : endInvocationInterlockARB() cannot be placed after a return from main()
10 ERROR: 0:22: '' : endInvocationInterlockARB() must only be called once
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/
Dspv.fsi_Error.frag.out5 ERROR: 0:12: '' : endInvocationInterlockARB() must be in main()
6 ERROR: 0:17: '' : endInvocationInterlockARB() must only be called once
8 ERROR: 0:18: '' : beginInvocationInterlockARB() must be called before endInvocationInterlockARB()
9 ERROR: 0:22: '' : endInvocationInterlockARB() cannot be placed after a return from main()
10 ERROR: 0:22: '' : endInvocationInterlockARB() must only be called once
/aosp_15_r20/external/deqp-deps/glslang/Test/
Dspv.fsi_Error.frag12 endInvocationInterlockARB();
17 endInvocationInterlockARB();
22 endInvocationInterlockARB();
Dspv.fsi.frag19 endInvocationInterlockARB();
/aosp_15_r20/external/angle/third_party/glslang/src/Test/
H A Dspv.fsi_Error.frag12 endInvocationInterlockARB();
17 endInvocationInterlockARB();
22 endInvocationInterlockARB();
H A Dspv.fsi.frag19 endInvocationInterlockARB();
/aosp_15_r20/external/deqp/external/openglcts/docs/specs/
H A DCTS_ARB_fragment_shader_interlock.txt35 beginInvocationInterlockARB() and endInvocationInterlockARB() provides
62 between beginInvocationInterlockARB and endInvocationInterlockARB
87 between beginInvocationInterlockARB and endInvocationInterlockARB
93 beginInvocationInterlockARB and endInvocationInterlockARB functions were
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dbuiltin_function_declarations.txt819 void endInvocationInterlockARB();
H A DSymbolTable_autogen.cpp86 constexpr const ImmutableString endInvocationInterlockARB("endInvocationInterlockARB"); variable
19947 BuiltInId::endInvocationInterlockARB,
19948 BuiltInName::endInvocationInterlockARB,
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DBuiltIn_autogen.h3448 static constexpr const TSymbolUniqueId endInvocationInterlockARB = TSymbolUniqueId(2100); variable