OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInterfaceBlock
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp
58
const glu::InterfaceBlock*
getInterfaceBlock
(void) const { DE_ASSERT(isInterfaceBlock()); return m_data.block; }
es31fProgramInterfaceQueryTestCase.cpp
149
matOrder = path[pathNdx].
getInterfaceBlock
()->layout.matrixOrder;
528
const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.
getInterfaceBlock
()->storage);
604
const glw::GLenum interface = (firstComponent.
getInterfaceBlock
()->storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM_BLOCK) :
605
(firstComponent.
getInterfaceBlock
()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) :
608
std::vector<char> nameBuffer (firstComponent.
getInterfaceBlock
()->interfaceName.size() + 3 * firstComponent.
getInterfaceBlock
()->dimensions.size() + 2, '\0'); // +3 for appended "[N]", +1 for '\0' and +1 just for safety
619
expectedName << firstComponent.
getInterfaceBlock
()->interfaceName;
620
for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.
getInterfaceBlock
()->dimensions.size(); ++dimensionNdx)
658
const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.
getInterfaceBlock
()->storage);
692
const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.
getInterfaceBlock
()->storage)
[
all
...]
/external/swiftshader/src/OpenGL/compiler/
Types.h
441
TInterfaceBlock *
getInterfaceBlock
() const { return interfaceBlock; }
444
TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ?
getInterfaceBlock
() : nullptr; }
OutputASM.cpp
685
TInterfaceBlock* block = symbol->getType().
getInterfaceBlock
();
[
all
...]
ParseHelper.cpp
[
all
...]
Completed in 2374 milliseconds