Searched refs:InterfaceBlockInfo (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluProgramInterfaceQuery.hpp | 40 struct InterfaceBlockInfo struct 48 InterfaceBlockInfo (void) in InterfaceBlockInfo() function 95 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info); 96 InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index); 115 inline InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) in getProgramInterfaceBlockInfo() 117 InterfaceBlockInfo info; in getProgramInterfaceBlockInfo()
|
H A D | gluProgramInterfaceQuery.cpp | 74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info) in getProgramInterfaceBlockInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 567 class InterfaceBlockInfo final : angle::NonCopyable 570 InterfaceBlockInfo(CustomBlockLayoutEncoderFactory *customEncoderFactory) in InterfaceBlockInfo() function in gl::__anon19948::final 591 void InterfaceBlockInfo::getShaderBlockInfo(const std::vector<sh::InterfaceBlock> &interfaceBlocks) in getShaderBlockInfo() 606 size_t InterfaceBlockInfo::getBlockInfo(const sh::InterfaceBlock &interfaceBlock) in getBlockInfo() 644 bool InterfaceBlockInfo::getBlockSize(const std::string &name, in getBlockSize() 662 bool InterfaceBlockInfo::getBlockMemberInfo(const std::string &name, in getBlockMemberInfo() 1457 InterfaceBlockInfo uniformBlockInfo(mCustomEncoderFactory); in linkResources() 1482 InterfaceBlockInfo shaderStorageBlockInfo(mCustomEncoderFactory); in linkResources()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fBasicComputeShaderTests.cpp | 177 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNIFORM_BLOCK, blockIndex); in iterate() 299 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate() 322 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate() 1163 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); 1297 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex);
|
H A D | es31fShaderSharedVarTests.cpp | 181 const InterfaceBlockInfo outBlockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, outBlockNdx); in iterate()
|
H A D | es31fShaderAtomicOpTests.cpp | 196 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, blockNdx); in iterate() 998 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, blockNdx);
|
H A D | es31fSSBOLayoutCase.cpp | 2617 const glu::InterfaceBlockInfo acBufferInfo = acVarInfo.atomicCounterBufferIndex != GL_INVALID_INDEX ? glu::getProgramInterfaceBlockInfo(gl, program, GL_ATOMIC_COUNTER_BUFFER, acVarInfo.atomicCounterBufferIndex) in execute() 2618 : glu::InterfaceBlockInfo(); in execute()
|
Completed in 19 milliseconds