/external/deqp/modules/gles3/functional/ |
D | es3fRandomShaderTests.cpp | 51 class BasicExpressionGroup : public TestCaseGroup 55 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup() 63 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 66 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 69 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() 81 class ScalarConversionGroup : public TestCaseGroup 85 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup() 94 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 97 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 100 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() [all …]
|
D | es3fAttribLocationTests.cpp | 40 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests() 88 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests() 92 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute… in createAttributeLocationTests() 105 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Us… in createAttributeLocationTests() 118 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding ali… in createAttributeLocationTests() 143 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() 158 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() 171 …TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout loc… in createAttributeLocationTests() 184 …TestCaseGroup* const layoutMaxAttributeGroup = new TestCaseGroup(context, "layout_max_attributes",… in createAttributeLocationTests() 197 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests() [all …]
|
D | es3fFunctionalTests.cpp | 149 class ShaderLibraryTest : public TestCaseGroup 153 : TestCaseGroup(context, name, description) in ShaderLibraryTest() 168 class ShaderBuiltinFunctionTests : public TestCaseGroup 172 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests() 184 class ShaderTests : public TestCaseGroup 188 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests() 231 class TextureTests : public TestCaseGroup 235 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests() 255 class FboTests : public TestCaseGroup 259 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests() [all …]
|
D | es3fUniformBlockTests.cpp | 45 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup() 47 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup() 75 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* nam… in createBlockBasicTypeCases() 325 : TestCaseGroup(context, "ubo", "Uniform Block tests") in UniformBlockTests() 408 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init() 413 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 445 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init() 450 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 476 …tcu::TestCaseGroup* singleStructGroup = new tcu::TestCaseGroup(m_testCtx, "single_struct", "Single… in init() 481 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() [all …]
|
D | es3fCompressedTextureTests.cpp | 56 : TestCaseGroup (context, "compressed", "Compressed Texture Tests") in CompressedTextureTests() 68 TestCaseGroup* const astcGroup = new TestCaseGroup(m_context, "astc", "ASTC Tests"); in init() 76 …TestCaseGroup* const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestT… in init() 95 …TestCaseGroup* const blockSizeRemainderGroup = new TestCaseGroup(m_context, "block_size_remainder"… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomShaderTests.cpp | 49 class BasicExpressionGroup : public TestCaseGroup 53 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup() 61 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 64 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 67 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() 79 class ScalarConversionGroup : public TestCaseGroup 83 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup() 92 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 95 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 98 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() [all …]
|
D | es2fAttribLocationTests.cpp | 47 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests() 61 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests() 65 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic attribute bind… in createAttributeLocationTests() 78 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Te… in createAttributeLocationTests() 91 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test attribute l… in createAttributeLocationTests() 116 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() 131 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() 144 …TestCaseGroup* const relinkHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test relink… in createAttributeLocationTests()
|
D | es2fFunctionalTests.cpp | 112 class ShadersTestGroup : public TestCaseGroup 116 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup() 159 class TextureTestGroup : public TestCaseGroup 163 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup() 189 class BufferTests : public TestCaseGroup 193 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests() 205 class FboTestGroup : public TestCaseGroup 209 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup() 227 class NegativeApiTestGroup : public TestCaseGroup 231 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 99 class ShaderLibraryTest : public TestCaseGroup 103 : TestCaseGroup (context, name, description) in ShaderLibraryTest() 109 : TestCaseGroup (context, name, description) in ShaderLibraryTest() 128 class ShaderBuiltinVarTests : public TestCaseGroup 132 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests() 142 class ShaderBuiltinFunctionTests : public TestCaseGroup 146 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests() 160 class ShaderLinkageTests : public TestCaseGroup 164 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests() 179 class ShaderTests : public TestCaseGroup [all …]
|
D | es31fProgramInterfaceQueryTests.cpp | 3142 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableCases() 3182 tcu::TestCaseGroup* group; in generateVariableCases() 3186 group = new tcu::TestCaseGroup(context.getTestContext(), "basic_type", "Basic variable"); in generateVariableCases() 3202 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateOpaqueTypeCases() 3257 tcu::TestCaseGroup* group; in generateOpaqueTypeCases() 3261 group = new tcu::TestCaseGroup(context.getTestContext(), "opaque_type", "Opaque types"); in generateOpaqueTypeCases() 3284 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… 3286 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableArrayCases() 3291 …tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "arra… in generateVariableArrayCases() 3309 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateCompoundVariableCases() [all …]
|
D | es31fUniformBlockTests.cpp | 47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupNam… in createRandomCaseGroup() 49 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup() 77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* nam… in createBlockBasicTypeCases() 124 : TestCaseGroup(context, "ubo", "Uniform Block tests") in UniformBlockTests() 196 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init() 201 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 227 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init() 232 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 260 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init() 265 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() [all …]
|
D | es31fSSBOLayoutTests.cpp | 340 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup() 342 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup() 731 : TestCaseGroup(context, "layout", "SSBO Layout Tests") in SSBOLayoutTests() 804 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init() 809 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 849 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init() 854 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 880 …tcu::TestCaseGroup* basicUnsizedArray = new tcu::TestCaseGroup(m_testCtx, "basic_unsized_array", "… in init() 885 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 911 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init() [all …]
|
/external/deqp/modules/gles3/ |
D | tes3TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes… 40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup() 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles3::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles3::TestCaseGroup 66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
|
/external/deqp/modules/gles2/ |
D | tes2TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes… 40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup() 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles2::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles2::TestCaseGroup 66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
|
/external/deqp/modules/gles31/ |
D | tes31TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes… 40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup() 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles31::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles31::TestCaseGroup 66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
|
/external/deqp/modules/gles3/performance/ |
D | es3pPerformanceTests.cpp | 49 class TextureTestGroup : public TestCaseGroup 53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup() 67 class ShadersTestGroup : public TestCaseGroup 71 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup() 84 class APITests : public TestCaseGroup 88 : TestCaseGroup(context, "api", "API Performance Tests") in APITests() 102 class BufferTestGroup : public TestCaseGroup 106 : TestCaseGroup(context, "buffer", "Buffer Performance Tests") in BufferTestGroup() 119 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 62 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, tcu::TestContext& testCtx, const … in createBlockBasicTypeCases() 321 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, const char*… in createRandomCaseGroup() 323 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup() 334 class UniformBlockTests : public tcu::TestCaseGroup 348 : TestCaseGroup(testCtx, "ubo", "Uniform Block tests") in UniformBlockTests() 430 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init() 435 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 461 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init() 466 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 494 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestGroupUtil.hpp | 32 class TestGroupHelper0 : public tcu::TestCaseGroup 35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup); 50 class TestGroupHelper1 : public tcu::TestCaseGroup 53 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 60 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str()) in TestGroupHelper1() 72 inline tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx, in createTestGroup() 81 tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx, in createTestGroup() 90 inline void addTestGroup (tcu::TestCaseGroup* parent, in addTestGroup() 99 void addTestGroup (tcu::TestCaseGroup* parent, in addTestGroup()
|
/external/deqp/modules/egl/ |
D | teglColorClearTests.cpp | 39 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs") in ColorClearTests() 57 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const Co… in createColorClearGroups() 61 …tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->n… in createColorClearGroups() 108 …tcu::TestCaseGroup* singleContextGroup = new tcu::TestCaseGroup(m_testCtx, "single_context", "Sing… in init() 112 …tcu::TestCaseGroup* multiContextGroup = new tcu::TestCaseGroup(m_testCtx, "multi_context", "Multi-… in init() 116 …tcu::TestCaseGroup* multiThreadGroup = new tcu::TestCaseGroup(m_testCtx, "multi_thread", "Multi-th… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 331 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, cons… in createRandomCaseGroup() 333 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup() 701 class SSBOLayoutTests : public tcu::TestCaseGroup 716 : TestCaseGroup(testCtx, "layout", "SSBO Layout Tests") in SSBOLayoutTests() 787 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init() 792 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 832 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init() 837 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 863 …tcu::TestCaseGroup* basicUnsizedArray = new tcu::TestCaseGroup(m_testCtx, "basic_unsized_array", "… in init() 868 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pPerformanceTests.cpp | 49 class TextureTestGroup : public TestCaseGroup 53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup() 68 class ShadersTestGroup : public TestCaseGroup 72 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup() 85 class APITestGroup : public TestCaseGroup 89 : TestCaseGroup(context, "api", "API Performance Tests") in APITestGroup() 105 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
|
/external/deqp/modules/internal/ |
D | ditDelibsTests.cpp | 71 class DepoolTests : public tcu::TestCaseGroup 75 : tcu::TestCaseGroup(testCtx, "depool", "depool self-tests") in DepoolTests() 116 class DethreadTests : public tcu::TestCaseGroup 120 : tcu::TestCaseGroup(testCtx, "dethread", "dethread self-tests") in DethreadTests() 137 class DeutilTests : public tcu::TestCaseGroup 141 : tcu::TestCaseGroup(testCtx, "deutil", "deutil self-tests") in DeutilTests() 152 class DebaseTests : public tcu::TestCaseGroup 156 : tcu::TestCaseGroup(testCtx, "debase", "debase self-tests") in DebaseTests() 169 class DecppTests : public tcu::TestCaseGroup 173 : tcu::TestCaseGroup(testCtx, "decpp", "decpp self-tests") in DecppTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 572 MovePtr<tcu::TestCaseGroup> createSamplerMagFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMagFilterTests() 574 …MovePtr<tcu::TestCaseGroup> samplerMagFilterTests (new tcu::TestCaseGroup(testCtx, "mag_filter", "… in createSamplerMagFilterTests() 583 MovePtr<tcu::TestCaseGroup> createSamplerMinFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMinFilterTests() 585 …MovePtr<tcu::TestCaseGroup> samplerMinFilterTests (new tcu::TestCaseGroup(testCtx, "min_filter", "… in createSamplerMinFilterTests() 594 MovePtr<tcu::TestCaseGroup> createSamplerLodTests (tcu::TestContext& testCtx, VkImageViewType image… in createSamplerLodTests() 617 …MovePtr<tcu::TestCaseGroup> samplerLodTests (new tcu::TestCaseGroup(testCtx, "lod", "Tests for sam… in createSamplerLodTests() 629 MovePtr<tcu::TestCaseGroup> createSamplerMipmapTests (tcu::TestContext& testCtx, VkImageViewType im… in createSamplerMipmapTests() 631 …MovePtr<tcu::TestCaseGroup> samplerMipmapTests (new tcu::TestCaseGroup(testCtx, "mipmap", "Tests f… in createSamplerMipmapTests() 634 …MovePtr<tcu::TestCaseGroup> mipmapNearestTests (new tcu::TestCaseGroup(testCtx, "nearest", "Uses V… in createSamplerMipmapTests() 641 …MovePtr<tcu::TestCaseGroup> mipmapLinearTests(new tcu::TestCaseGroup(testCtx, "linear", "Uses VK_T… in createSamplerMipmapTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 172 tcu::TestCaseGroup* createOpNopGroup (tcu::TestContext& testCtx) in createOpNopGroup() 174 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opnop", "Test the OpNop … in createOpNopGroup() 225 tcu::TestCaseGroup* createOpLineGroup (tcu::TestContext& testCtx) in createOpLineGroup() 227 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opline", "Test the OpLin… in createOpLineGroup() 289 tcu::TestCaseGroup* createOpNoLineGroup (tcu::TestContext& testCtx) in createOpNoLineGroup() 291 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opnoline", "Test the OpN… in createOpNoLineGroup() 376 tcu::TestCaseGroup* createNoContractionGroup (tcu::TestContext& testCtx) in createNoContractionGroup() 378 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "nocontraction", "Test th… in createNoContractionGroup() 488 tcu::TestCaseGroup* createOpFRemGroup (tcu::TestContext& testCtx) in createOpFRemGroup() 490 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opfrem", "Test the OpFRe… in createOpFRemGroup() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinTests.cpp | 40 tcu::TestCaseGroup* createBuiltinTests (tcu::TestContext& testCtx) in createBuiltinTests() 42 …de::MovePtr<tcu::TestCaseGroup> builtinTests (new tcu::TestCaseGroup(testCtx, "builtin", "Built… in createBuiltinTests() 43 …de::MovePtr<tcu::TestCaseGroup> builtinFunctionTests (new tcu::TestCaseGroup(testCtx, "function", … in createBuiltinTests()
|