/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongRunningTests.cpp | 269 TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress tests"); in init() local 270 addChild(shaderGroup); in init() 274 shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sLongRunningTests.cpp | 269 TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress tests"); in init() local 270 addChild(shaderGroup); in init() 274 shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.hpp | 439 struct shaderGroup struct in glcts::TextureCubeMapArraySamplingTest 472 void getShaderGroup(samplingFunction function, shaderGroup& shader_group) const; 492 void init(const glw::Functions& gl, const shaderGroup& shader_group, shaderType shader_type, bool isContextES); 521 void init(const glw::Functions& gl, const shaderGroup& shader_group, TextureCubeMapArraySamplingTest& test,
|
H A D | esextcTextureCubeMapArraySampling.cpp | 4273 shaderGroup shader_group; 4323 const shaderGroup& shader_group, 4424 void TextureCubeMapArraySamplingTest::programDefinition::init(const glw::Functions& gl, const shaderGroup& shader_group, 4648 shaderGroup& shader_group) const 4874 void TextureCubeMapArraySamplingTest::shaderGroup::init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 1277 de::MovePtr<tcu::TestCaseGroup> shaderGroup(new tcu::TestCaseGroup(testCtx, shaderTypes[shaderTypeNdx].name)); in createShaderImageAccessTests() 1327 shaderGroup->addChild(protectedAccessGroup.release()); in createShaderImageAccessTests() 1330 accessGroup->addChild(shaderGroup.release()); in createShaderImageAccessTests()
|
H A D | vktProtectedMemYCbCrConversionTests.cpp | 1442 de::MovePtr<tcu::TestCaseGroup> shaderGroup (new tcu::TestCaseGroup(testCtx, shaderTypeName)); in createYCbCrConversionTests() 1505 shaderGroup->addChild(colorModelGroup.release()); in createYCbCrConversionTests() 1508 formatGroup->addChild(shaderGroup.release()); in createYCbCrConversionTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 1236 de::MovePtr<tcu::TestCaseGroup> shaderGroup(new tcu::TestCaseGroup(testCtx, shaderTypes[shaderTypeNdx].name, shaderTypes[shaderTypeNdx].desc)); in createShaderImageAccessTests() 1286 shaderGroup->addChild(protectedAccessGroup.release()); in createShaderImageAccessTests() 1289 accessGroup->addChild(shaderGroup.release()); in createShaderImageAccessTests()
|
H A D | vktProtectedMemYCbCrConversionTests.cpp | 1441 de::MovePtr<tcu::TestCaseGroup> shaderGroup (new tcu::TestCaseGroup(testCtx, shaderTypeName, "YCbCr conversion tests")); in createYCbCrConversionTests() 1505 shaderGroup->addChild(colorModelGroup.release()); in createYCbCrConversionTests() 1508 formatGroup->addChild(shaderGroup.release()); in createYCbCrConversionTests()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_utils.cpp | 1384 GroupScope shaderGroup(&json, "ShaderManager"); in SerializeContextToString() 1395 GroupScope shaderGroup(&json, "ProgramManager"); in SerializeContextToString() 1406 GroupScope shaderGroup(&json, "TextureManager"); in SerializeContextToString() 1415 GroupScope shaderGroup(&json, "VertexArrayMap"); in SerializeContextToString()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 1821 MovePtr<tcu::TestCaseGroup> shaderGroup(new tcu::TestCaseGroup(testCtx, shaderGroupName.c_str())); in addClippingTests() 1833 shaderGroup.get(), caseName, initPrograms, testClipDistance, in addClippingTests() 1836 mainGroup->addChild(shaderGroup.release()); in addClippingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 1469 GroupPtr shaderGroup(new tcu::TestCaseGroup(testCtx, shaderCase.name)); in createDrawMultiExtTests() 1513 shaderGroup->addChild(multiviewGroup.release()); in createDrawMultiExtTests() 1516 instanceGroup->addChild(shaderGroup.release()); in createDrawMultiExtTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingComplexControlFlowTests.cpp | 232 deUint32& shaderGroup, 326 deUint32& shaderGroup, in calcShaderGroup() 336 shaderGroup = shaderGroupCounter; in calcShaderGroup() 322 calcShaderGroup(deUint32& shaderGroupCounter, const VkShaderStageFlags shaders1, const VkShaderStageFlags shaders2, const VkShaderStageFlags shaderStageFlags, deUint32& shaderGroup, deUint32& shaderGroupCount) const calcShaderGroup() argument
|
H A D | vktRayTracingMiscTests.cpp | 1109 virtual const void* getShaderRecordData(const ShaderGroups& /* shaderGroup */) const in getShaderRecordData() 1114 virtual deUint32 getShaderRecordSize(const ShaderGroups& /* shaderGroup */) const in getShaderRecordSize() 3836 const void* getShaderRecordData(const ShaderGroups& shaderGroup) const final 3838 return (shaderGroup == ShaderGroups::HIT_GROUP) ? m_shaderGroupToRecordDataMap.at(shaderGroup).data() 3839 : (shaderGroup == ShaderGroups::MISS_GROUP) ? m_shaderGroupToRecordDataMap.at(shaderGroup).data() 3843 deUint32 getShaderRecordSize(const ShaderGroups& shaderGroup) const final 3847 return ((shaderGroup == ShaderGroups::HIT_GROUP) || 3848 (shaderGroup 4328 const auto shaderGroup = ( (currentShaderStage == VK_SHADER_STAGE_ANY_HIT_BIT_KHR) || global() variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 2042 tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name); in init() member in vkt::shaderexecutor::__anon28667::tcu 2043 indexGroup->addChild(shaderGroup); in init() 2057 shaderGroup->addChild(new SamplerIndexingCase(m_testCtx, caseName.c_str(), shaderType, samplerType, indexExprType)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 1743 MovePtr<tcu::TestCaseGroup> shaderGroup(new tcu::TestCaseGroup(testCtx, shaderGroupName.c_str(), "")); in addClippingTests() 1755 shaderGroup.get(), caseName, caseGroups[groupNdx].description, initPrograms, testClipDistance, in addClippingTests() 1758 mainGroup->addChild(shaderGroup.release()); in addClippingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 1467 GroupPtr shaderGroup(new tcu::TestCaseGroup(testCtx, shaderCase.name, "")); in createDrawMultiExtTests() 1511 shaderGroup->addChild(multiviewGroup.release()); in createDrawMultiExtTests() 1514 instanceGroup->addChild(shaderGroup.release()); in createDrawMultiExtTests()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 1329 tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, ""); in init() member in deqp::gles31::Functional::tcu 1330 indexGroup->addChild(shaderGroup); in init() 1338 shaderGroup->addChild(new SamplerIndexingCase(m_context, caseName.c_str(), "", shaderType, samplerType, indexExprType)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingComplexControlFlowTests.cpp | 232 deUint32& shaderGroup, 326 deUint32& shaderGroup, in calcShaderGroup() 336 shaderGroup = shaderGroupCounter; in calcShaderGroup() 322 calcShaderGroup(deUint32& shaderGroupCounter, const VkShaderStageFlags shaders1, const VkShaderStageFlags shaders2, const VkShaderStageFlags shaderStageFlags, deUint32& shaderGroup, deUint32& shaderGroupCount) const calcShaderGroup() argument
|
H A D | vktRayTracingMiscTests.cpp | 1108 virtual const void* getShaderRecordData(const ShaderGroups& /* shaderGroup */) const in getShaderRecordData() 1113 virtual deUint32 getShaderRecordSize(const ShaderGroups& /* shaderGroup */) const in getShaderRecordSize() 3831 const void* getShaderRecordData(const ShaderGroups& shaderGroup) const final 3833 return (shaderGroup == ShaderGroups::HIT_GROUP) ? m_shaderGroupToRecordDataMap.at(shaderGroup).data() 3834 : (shaderGroup == ShaderGroups::MISS_GROUP) ? m_shaderGroupToRecordDataMap.at(shaderGroup).data() 3838 deUint32 getShaderRecordSize(const ShaderGroups& shaderGroup) const final 3842 return ((shaderGroup == ShaderGroups::HIT_GROUP) || 3843 (shaderGroup 4323 const auto shaderGroup = ( (currentShaderStage == VK_SHADER_STAGE_ANY_HIT_BIT_KHR) || global() variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 2046 tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, ""); in init() member in vkt::shaderexecutor::__anon29816::tcu 2047 indexGroup->addChild(shaderGroup); in init() 2061 shaderGroup->addChild(new SamplerIndexingCase(m_testCtx, caseName.c_str(), "", shaderType, samplerType, indexExprType)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 1317 tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(testCtx, shader.name, shader.desc); in testGenerator() member in vkt::TransformFeedback::__anon30061::tcu 1405 shaderGroup->addChild(xfbGroup); in testGenerator() 1408 resultGroup->addChild(shaderGroup); in testGenerator()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 1780 deUint32& shaderGroup, 2017 deUint32& shaderGroup, in calcShaderGroup() 2027 shaderGroup = shaderGroupCounter; in calcShaderGroup() 2013 calcShaderGroup(deUint32& shaderGroupCounter, const VkShaderStageFlags shaders1, const VkShaderStageFlags shaders2, const VkShaderStageFlags shaderStageFlags, deUint32& shaderGroup, deUint32& shaderGroupCount) const calcShaderGroup() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 1780 deUint32& shaderGroup, 2017 deUint32& shaderGroup, in calcShaderGroup() 2027 shaderGroup = shaderGroupCounter; in calcShaderGroup() 2013 calcShaderGroup(deUint32& shaderGroupCounter, const VkShaderStageFlags shaders1, const VkShaderStageFlags shaders2, const VkShaderStageFlags shaderStageFlags, deUint32& shaderGroup, deUint32& shaderGroupCount) const calcShaderGroup() argument
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1914 tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "vertex" : "fragment", ""); 1915 opGroup->addChild(shaderGroup); 1929 shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, useSwizzle, isVertex, shaderGroupCalibrationStorage));
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1906 tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "vertex" : "fragment", ""); 1907 opGroup->addChild(shaderGroup); 1921 shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, useSwizzle, isVertex, shaderGroupCalibrationStorage));
|