Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/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
/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
/external/angle/third_party/glslang/src/Test/
Dspv.fsi_Error.frag12 endInvocationInterlockARB();
17 endInvocationInterlockARB();
22 endInvocationInterlockARB();
Dspv.fsi.frag19 endInvocationInterlockARB();
/external/deqp-deps/glslang/Test/
Dspv.fsi_Error.frag12 endInvocationInterlockARB();
17 endInvocationInterlockARB();
22 endInvocationInterlockARB();
Dspv.fsi.frag19 endInvocationInterlockARB();
/external/deqp/external/openglcts/docs/specs/
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
/external/angle/src/compiler/translator/
Dbuiltin_function_declarations.txt834 void endInvocationInterlockARB();
DSymbolTable_autogen.cpp86 constexpr const ImmutableString endInvocationInterlockARB("endInvocationInterlockARB"); variable
17052 BuiltInId::endInvocationInterlockARB,
17053 BuiltInName::endInvocationInterlockARB,
/external/angle/src/compiler/translator/tree_util/
DBuiltIn_autogen.h2821 static constexpr const TSymbolUniqueId endInvocationInterlockARB = TSymbolUniqueId(1782); variable