Home
last modified time | relevance | path

Searched refs:supportedStages (Results 1 - 25 of 47) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotOtherTests.cpp514 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
516 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsBallotTests.cpp429 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
431 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsBuiltinMaskVarTests.cpp426 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
428 subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsShapeTests.cpp509 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
511 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsBallotBroadcastTests.cpp487 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
489 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsBuiltinVarTests.cpp699 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
701 subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsClusteredTests.cpp723 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
725 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsPartitionedTests.cpp830 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
832 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsQuadTests.cpp625 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
627 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsShuffleTests.cpp547 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
549 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsArithmeticTests.cpp894 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
896 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsVoteTests.cpp683 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
685 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsBasicTests.cpp1368 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test() local
1371 subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
H A DglcSubgroupsTestsUtils.cpp755 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in areSubgroupOperationsSupportedForStage() local
757 return (stage & supportedStages) ? true : false; in areSubgroupOperationsSupportedForStage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp129 if ((m_stage & subgroupProperties.supportedStages) == 0) in checkSupport()
H A DvktSubgroupsTestsUtils.cpp1753 return (stage & (context.getSubgroupProperties().supportedStages)) ? true : false; in areSubgroupOperationsSupportedForStage()
3105 VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleGraphicsSubgroupStages()
4491 if ((context.getSubgroupProperties().supportedStages & shaderStages) == 0) in supportedCheckShader()
4970 const VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleRayTracingSubgroupStages()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp131 if ((m_stage & subgroupProperties.supportedStages) == 0) in checkSupport()
H A DvktSubgroupsTestsUtils.cpp1756 return (stage & (context.getSubgroupProperties().supportedStages)) ? true : false; in areSubgroupOperationsSupportedForStage()
3093 VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleGraphicsSubgroupStages()
4480 if ((context.getSubgroupProperties().supportedStages & shaderStages) == 0) in supportedCheckShader()
4959 const VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleRayTracingSubgroupStages()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp686 properties->supportedStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT | VK_SHADER_STAGE_COMPUTE_BIT; in getProperties()
707 properties->subgroupSupportedStages = subgroupProperties.supportedStages; in getProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp123 return (ctx.getSubgroupProperties().supportedStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in isFeatureSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp122 return (ctx.getSubgroupProperties().supportedStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in isFeatureSupported()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c861 CORE_RENAMED_PROPERTY(supportedStages, in vk_get_physical_device_core_1_1_property_ext()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc829 subgroup_supported_stages = subgroup_properties.supportedStages; in Initialize()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c532 local_props.subgroup.supportedStages; in vn_physical_device_init_properties()
1952 u.subgroup->supportedStages = vk11_props->subgroupSupportedStages; in vn_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp4828 subgroupProperties[0].supportedStages != subgroupProperties[1].supportedStages || in deviceProperties2()
4848 (subgroupProperties[0].supportedStages != subgroupProperties[1].supportedStages) || in deviceProperties2()
6251 subgroupProperties.supportedStages != vulkan11Properties.subgroupSupportedStages || in devicePropertyExtensionsConsistencyVulkan12()

Completed in 53 milliseconds

12