Home
last modified time | relevance | path

Searched refs:shaderGroup (Results 1 - 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningTests.cpp269 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 Des2sLongRunningTests.cpp269 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 DesextcTextureCubeMapArraySampling.hpp439 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 DesextcTextureCubeMapArraySampling.cpp4273 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 DvktProtectedMemShaderImageAccessTests.cpp1277 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 DvktProtectedMemYCbCrConversionTests.cpp1442 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 DvktProtectedMemShaderImageAccessTests.cpp1236 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 DvktProtectedMemYCbCrConversionTests.cpp1441 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 Dframe_capture_utils.cpp1384 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 DvktClippingTests.cpp1821 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 DvktDrawMultiExtTests.cpp1469 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 DvktRayTracingComplexControlFlowTests.cpp232 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 DvktRayTracingMiscTests.cpp1109 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 DvktOpaqueTypeIndexingTests.cpp2042 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 DvktClippingTests.cpp1743 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 DvktDrawMultiExtTests.cpp1467 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 Des31fOpaqueTypeIndexingTests.cpp1329 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 DvktRayTracingComplexControlFlowTests.cpp232 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 DvktRayTracingMiscTests.cpp1108 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 DvktOpaqueTypeIndexingTests.cpp2046 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 DvktPrimitivesGeneratedQueryTests.cpp1317 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 DvktBindingDescriptorUpdateASTests.cpp1780 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 DvktBindingDescriptorUpdateASTests.cpp1780 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 Des3pShaderOperatorTests.cpp1914 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 Des2pShaderOperatorTests.cpp1906 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));

Completed in 73 milliseconds

12