Home
last modified time | relevance | path

Searched refs:supportedStages (Results 1 – 25 of 44) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsBuiltinMaskVarTests.cpp426 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
428 …ps::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsBallotTests.cpp429 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
431 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsBallotOtherTests.cpp514 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
516 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsShapeTests.cpp509 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
511 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsBallotBroadcastTests.cpp487 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
489 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsShuffleTests.cpp547 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
549 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsQuadTests.cpp625 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
627 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsBuiltinVarTests.cpp699 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
701 …ps::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsPartitionedTests.cpp830 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
832 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsClusteredTests.cpp723 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
725 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsArithmeticTests.cpp894 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
896 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsVoteTests.cpp683 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
685 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsBasicTests.cpp1368 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
1371 …ps::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
DglcSubgroupsTestsUtils.cpp745 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in areSubgroupOperationsSupportedForStage() local
747 return (stage & supportedStages) ? true : false; in areSubgroupOperationsSupportedForStage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp131 if ((m_stage & subgroupProperties.supportedStages) == 0) in checkSupport()
DvktSubgroupsTestsUtils.cpp1658 return (stage & (context.getSubgroupProperties().supportedStages)) ? true : false; in areSubgroupOperationsSupportedForStage()
2990 VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleGraphicsSubgroupStages()
4073 if ((context.getSubgroupProperties().supportedStages & shaderStages) == 0) in supportedCheckShader()
4548 const VkShaderStageFlags stages = testedStages & subgroupProperties.supportedStages; in getPossibleRayTracingSubgroupStages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp111 return (ctx.getSubgroupProperties().supportedStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in isFeatureSupported()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp686 …properties->supportedStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT | VK_SHADE… in getProperties()
707 properties->subgroupSupportedStages = subgroupProperties.supportedStages; in getProperties()
/third_party/mesa3d/src/vulkan/runtime/
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/
Ddevice.cc787 subgroup_supported_stages = subgroup_properties.supportedStages; in Initialize()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceProperties.inl61 propertyType.supportedStages = allPropertiesBlobs.vk11.subgroupSupportedStages;
/third_party/mesa3d/src/virtio/vulkan/
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/
DvktApiFeatureInfo.cpp4256 subgroupProperties[0].supportedStages != subgroupProperties[1].supportedStages || in deviceProperties2()
4276 (subgroupProperties[0].supportedStages != subgroupProperties[1].supportedStages) || in deviceProperties2()
5255 subgroupProperties.supportedStages != vulkan11Properties.subgroupSupportedStages || in devicePropertyExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp232 if((subgroupProperties.supportedStages & stage)==0) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp186 if (!(context.getSubgroupProperties().supportedStages & VK_SHADER_STAGE_COMPUTE_BIT)) in checkSupport()

12