Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/Test/baseResults/
Dspv.fsi_Error.frag.out4 ERROR: 0:11: '' : beginInvocationInterlockARB() must be in main()
7 ERROR: 0:18: '' : beginInvocationInterlockARB() must only be called once
8 ERROR: 0:18: '' : beginInvocationInterlockARB() must be called before endInvocationInterlockARB()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.fsi_Error.frag.out4 ERROR: 0:11: '' : beginInvocationInterlockARB() must be in main()
7 ERROR: 0:18: '' : beginInvocationInterlockARB() must only be called once
8 ERROR: 0:18: '' : beginInvocationInterlockARB() must be called before endInvocationInterlockARB()
/external/angle/third_party/glslang/src/Test/
Dspv.fsi_Error.frag11 beginInvocationInterlockARB();
18 beginInvocationInterlockARB();
Dspv.fsi.frag14 beginInvocationInterlockARB();
/external/deqp-deps/glslang/Test/
Dspv.fsi_Error.frag11 beginInvocationInterlockARB();
18 beginInvocationInterlockARB();
Dspv.fsi.frag14 beginInvocationInterlockARB();
/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.txt833 void beginInvocationInterlockARB();
DSymbolTable_autogen.cpp66 constexpr const ImmutableString beginInvocationInterlockARB("beginInvocationInterlockARB"); variable
17043 BuiltInId::beginInvocationInterlockARB,
17044 BuiltInName::beginInvocationInterlockARB,
/external/angle/src/compiler/translator/tree_util/
DBuiltIn_autogen.h2820 static constexpr const TSymbolUniqueId beginInvocationInterlockARB = TSymbolUniqueId(1781); variable