OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInterfaceBlock
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
Types.h
324
else if(
isInterfaceBlock
())
344
const TFieldList& fields =
isInterfaceBlock
() ? interfaceBlock->fields() : structure->fields();
358
if(structure ||
isInterfaceBlock
())
362
const TFieldList& fields =
isInterfaceBlock
() ? interfaceBlock->fields() : structure->fields();
384
if(interfaceBlock && !
isInterfaceBlock
())
443
bool
isInterfaceBlock
() const { return type == EbtInterfaceBlock; }
444
TInterfaceBlock *getAsInterfaceBlock() const { return
isInterfaceBlock
() ? getInterfaceBlock() : nullptr; }
447
bool isScalar() const { return primarySize == 1 && !isMatrix() && !structure && !
isInterfaceBlock
(); }
448
bool isRegister() const { return !isMatrix() && !structure && !array && !
isInterfaceBlock
(); } // Fits in a 4-element register
intermediate.h
320
bool
isInterfaceBlock
() const { return type.
isInterfaceBlock
(); }
OutputASM.cpp
[
all
...]
ParseHelper.cpp
791
if (type.getBasicType() == EbtStruct || type.
isInterfaceBlock
()) {
[
all
...]
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp
54
bool
isInterfaceBlock
(void) const { return m_type == TYPE_INTERFACEBLOCK; }
58
const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(
isInterfaceBlock
()); return m_data.block; }
es31fProgramInterfaceQueryTestCase.cpp
148
if (path[pathNdx].
isInterfaceBlock
())
528
const bool isBufferBlock = firstComponent.
isInterfaceBlock
() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage);
582
if (!firstComponent.
isInterfaceBlock
())
658
const bool isBufferBlock = firstComponent.
isInterfaceBlock
() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage);
692
const bool isBufferBlock = firstComponent.
isInterfaceBlock
() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage);
[
all
...]
es31fProgramInterfaceQueryTests.cpp
[
all
...]
Completed in 111 milliseconds