Home
last modified time | relevance | path

Searched refs:isStageSupported (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp315 bool isStageSupported (const vk::VkShaderStageFlagBits stage, const vk::VkQueueFlags queueFlags);
H A DvktSynchronizationTimelineSemaphoreTests.cpp1935 if (writeStage != VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM && !isStageSupported(writeStage, copyOpQueueFlags)) { in OneToNTestInstance()
1939 if (readStage != VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM && !isStageSupported(readStage, copyOpQueueFlags)) { in OneToNTestInstance()
H A DvktSynchronizationOperation.cpp5873 bool isStageSupported (const vk::VkShaderStageFlagBits stage, const vk::VkQueueFlags queueFlags) { in isStageSupported() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp1621 virtual bool isStageSupported(Utils::Shader::STAGES stage);
1685 virtual bool isStageSupported(Utils::Shader::STAGES stage);
1745 virtual bool isStageSupported(Utils::Shader::STAGES stage);
1901 bool isStageSupported(Utils::Shader::STAGES stage);
1930 virtual bool isStageSupported(Utils::Shader::STAGES stage);
1953 virtual bool isStageSupported(Utils::Shader::STAGES stage);
1977 virtual bool isStageSupported(Utils::Shader::STAGES stage);
H A Dgl4cEnhancedLayoutsTests.cpp9525 bool UniformBlockMemberInvalidOffsetAlignmentTest::isStageSupported(Utils::Shader::STAGES /* stage */) in test() function in gl4cts::EnhancedLayouts::UniformBlockMemberInvalidOffsetAlignmentTest
9540 stage_support[stage] = isStageSupported((Utils::Shader::STAGES)stage); in test()
9977 bool UniformBlockMemberOverlappingOffsetsTest::isStageSupported(Utils::Shader::STAGES /* stage */) in test() function in gl4cts::EnhancedLayouts::UniformBlockMemberOverlappingOffsetsTest
9992 stage_support[stage] = isStageSupported((Utils::Shader::STAGES)stage); in test()
10458 bool UniformBlockMemberAlignNonPowerOf2Test::isStageSupported(Utils::Shader::STAGES /* stage */) in test() function in gl4cts::EnhancedLayouts::UniformBlockMemberAlignNonPowerOf2Test
10485 stage_support[stage] = isStageSupported((Utils::Shader::STAGES)stage); in test()
11082 bool SSBLayoutQualifierConflictTest::isStageSupported(Utils::Shader::STAGES stage) in test() function in gl4cts::EnhancedLayouts::SSBLayoutQualifierConflictTest
11127 stage_support[stage] = isStageSupported((Utils::Shader::STAGES)stage); in test()
11521 bool SSBMemberInvalidOffsetAlignmentTest::isStageSupported(Utils::Shader::STAGES stage) in test() function in gl4cts::EnhancedLayouts::SSBMemberInvalidOffsetAlignmentTest
11901 bool SSBMemberOverlappingOffsetsTest::isStageSupported(Util in test() function in gl4cts::EnhancedLayouts::SSBMemberOverlappingOffsetsTest
12267 bool SSBMemberAlignNonPowerOf2Test::isStageSupported(Utils::Shader::STAGES stage) test() function in gl4cts::EnhancedLayouts::SSBMemberAlignNonPowerOf2Test
[all...]

Completed in 41 milliseconds