Searched defs:m_indexExprType (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderFragDataTests.cpp108 , m_indexExprType (indexExprType)
150 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType));
182 if (m_indexExprType == INDEX_EXPR_STATIC)
217 const IndexExprType m_indexExprType; member in class:deqp::gles2::Functional::__anon4316::FragDataIndexingCase
/external/deqp/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp108 , m_indexExprType (indexExprType)
150 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType));
182 if (m_indexExprType == INDEX_EXPR_STATIC)
217 const IndexExprType m_indexExprType; member in class:deqp::gles3::Functional::__anon4479::FragDataIndexingCase
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp188 const IndexExprType m_indexExprType; member in class:vkt::shaderexecutor::__anon3873::OpaqueTypeIndexingCase
200 , m_indexExprType (indexExprType)
228 const IndexExprType m_indexExprType; member in class:vkt::shaderexecutor::__anon3873::OpaqueTypeIndexingTestInstance
241 , m_indexExprType (indexExprType)
253 if (m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL && m_indexExprType != INDEX_EXPR_TYPE_CONST_EXPRESSION)
772 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
847 if (m_indexExprType == INDEX_EXPR_TYPE_UNIFORM)
959 if (m_indexExprType == INDEX_EXPR_TYPE_DYNAMIC_UNIFORM)
1141 m_indexExprType,
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp349 const IndexExprType m_indexExprType; member in class:deqp::gles31::Functional::__anon4713::SamplerIndexingCase
356 , m_indexExprType (indexExprType)
378 if (m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL && m_indexExprType != INDEX_EXPR_TYPE_CONST_EXPRESSION)
409 if (!isES32 && m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL && m_indexExprType != INDEX_EXPR_TYPE_CONST_EXPRESSION)
421 if (m_indexExprType == INDEX_EXPR_TYPE_CONST_EXPRESSION)
427 if (m_indexExprType == INDEX_EXPR_TYPE_DYNAMIC_UNIFORM)
435 else if (m_indexExprType == INDEX_EXPR_TYPE_UNIFORM)
448 if (m_indexExprType
718 const IndexExprType m_indexExprType; member in class:deqp::gles31::Functional::__anon4713::BlockArrayIndexingCase
949 const IndexExprType m_indexExprType; member in class:deqp::gles31::Functional::__anon4713::AtomicCounterIndexingCase
[all...]

Completed in 124 milliseconds