OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_blockType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp
717
const BlockType
m_blockType
;
726
,
m_blockType
(blockType)
757
if (
m_blockType
== BLOCKTYPE_BUFFER)
787
const char* interfaceName =
m_blockType
== BLOCKTYPE_UNIFORM ? "uniform" : "buffer";
788
const char* layout =
m_blockType
== BLOCKTYPE_UNIFORM ? "std140" : "std430";
850
de::Random rnd (deInt32Hash(m_shaderType) ^ deInt32Hash(
m_blockType
) ^ deInt32Hash(m_indexExprType));
865
const deUint32 bufTarget =
m_blockType
== BLOCKTYPE_BUFFER ? GL_SHADER_STORAGE_BUFFER : GL_UNIFORM_BUFFER;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
[
all
...]
Completed in 498 milliseconds