OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockSingleNestedStructCase
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp
152
class
BlockSingleNestedStructCase
: public UniformBlockCase
155
BlockSingleNestedStructCase
(Context& context, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances)
563
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_context, (baseName + "_vertex").c_str(), "", baseFlags|DECLARE_VERTEX, bufferModes[modeNdx].mode, isArray ? 3 : 0));
564
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_context, (baseName + "_fragment").c_str(), "", baseFlags|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0));
567
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_context, (baseName + "_both").c_str(), "", baseFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0));
/external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockTests.cpp
128
class
BlockSingleNestedStructCase
: public UniformBlockCase
131
BlockSingleNestedStructCase
(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag)
702
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_testCtx, baseName + "_vertex", "", baseFlags|DECLARE_VERTEX, bufferModes[modeNdx].mode, isArray ? 3 : 0, LOAD_FULL_MATRIX));
703
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_testCtx, baseName + "_fragment", "", baseFlags|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0, LOAD_FULL_MATRIX));
704
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_testCtx, baseName + "_both", "", baseFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0, LOAD_FULL_MATRIX));
705
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_testCtx, baseName + "_vertex_comp_access", "", baseFlags|DECLARE_VERTEX, bufferModes[modeNdx].mode, isArray ? 3 : 0, LOAD_MATRIX_COMPONENTS));
706
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_testCtx, baseName + "_fragment_comp_access", "", baseFlags|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0, LOAD_MATRIX_COMPONENTS));
707
modeGroup->addChild(new
BlockSingleNestedStructCase
(m_testCtx, baseName + "_both_comp_access", "", baseFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0, LOAD_MATRIX_COMPONENTS));
[
all
...]
/external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp
400
class
BlockSingleNestedStructCase
: public UniformBlockCase
403
BlockSingleNestedStructCase
(Context& context, const char* name, const char* description,
896
singleNestedStructGroup->addChild(new
BlockSingleNestedStructCase
(
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp
419
class
BlockSingleNestedStructCase
: public SSBOLayoutCase
422
BlockSingleNestedStructCase
(Context& context, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp
426
class
BlockSingleNestedStructCase
: public SSBOLayoutCase
429
BlockSingleNestedStructCase
(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag)
[
all
...]
Completed in 437 milliseconds