Home
last modified time | relevance | path

Searched refs:beginInvocationInterlockARB (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.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()
/aosp_15_r20/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()
/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/deqp-deps/glslang/Test/
Dspv.fsi_Error.frag11 beginInvocationInterlockARB();
18 beginInvocationInterlockARB();
Dspv.fsi.frag14 beginInvocationInterlockARB();
/aosp_15_r20/external/angle/third_party/glslang/src/Test/
H A Dspv.fsi_Error.frag11 beginInvocationInterlockARB();
18 beginInvocationInterlockARB();
H A Dspv.fsi.frag14 beginInvocationInterlockARB();
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dbuiltin_function_declarations.txt818 void beginInvocationInterlockARB();
H A DSymbolTable_autogen.cpp66 constexpr const ImmutableString beginInvocationInterlockARB("beginInvocationInterlockARB"); variable
19938 BuiltInId::beginInvocationInterlockARB,
19939 BuiltInName::beginInvocationInterlockARB,
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DBuiltIn_autogen.h3447 static constexpr const TSymbolUniqueId beginInvocationInterlockARB = TSymbolUniqueId(2099); variable