Searched refs:AEP_shader_io_blocks (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.h | 279 const char* const AEP_shader_io_blocks[] = { E_GL_EXT_shader_io_blocks, E_GL_OES_shader_io_blocks }; variable 280 const int Num_AEP_shader_io_blocks = sizeof(AEP_shader_io_blocks)/sizeof(AEP_shader_io_blocks[0]);
|
D | ParseHelper.cpp | 3894 … (version >= 320 || extensionsTurnedOn(Num_AEP_shader_io_blocks, AEP_shader_io_blocks))); in redeclareBuiltinVariable() 4042 profileRequires(loc, EEsProfile, 320, Num_AEP_shader_io_blocks, AEP_shader_io_blocks, feature); in redeclareBuiltinBlock() 6939 …ofileRequires(memberLoc, EEsProfile, 320, Num_AEP_shader_io_blocks, AEP_shader_io_blocks, feature); in declareBlock() 7119 …profileRequires(loc, EEsProfile, 320, Num_AEP_shader_io_blocks, AEP_shader_io_blocks, "fragment in… in blockStageIoCheck() 7136 …profileRequires(loc, EEsProfile, 320, Num_AEP_shader_io_blocks, AEP_shader_io_blocks, "vertex outp… in blockStageIoCheck()
|