/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsBuiltinMaskVarTests.cpp | 426 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 428 …ps::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsBallotTests.cpp | 429 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 431 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsBallotOtherTests.cpp | 514 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 516 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsShapeTests.cpp | 509 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 511 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsBallotBroadcastTests.cpp | 487 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 489 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsShuffleTests.cpp | 547 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 549 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsQuadTests.cpp | 625 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 627 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsBuiltinVarTests.cpp | 699 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 701 …ps::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsPartitionedTests.cpp | 830 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 832 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsClusteredTests.cpp | 723 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 725 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsArithmeticTests.cpp | 894 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 896 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsVoteTests.cpp | 683 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 685 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsBasicTests.cpp | 1368 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local 1371 …ps::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test()
|
D | glcSubgroupsTestsUtils.cpp | 745 …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/ |
D | vktSubgroupUniformControlFlowTests.cpp | 131 if ((m_stage & subgroupProperties.supportedStages) == 0) in checkSupport()
|
D | vktSubgroupsTestsUtils.cpp | 1658 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/ |
D | vktAmberTestCase.cpp | 111 return (ctx.getSubgroupProperties().supportedStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in isFeatureSupported()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 686 …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/ |
D | vk_device.c | 861 CORE_RENAMED_PROPERTY(supportedStages, in vk_get_physical_device_core_1_1_property_ext()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | device.cc | 787 subgroup_supported_stages = subgroup_properties.supportedStages; in Initialize()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceProperties.inl | 61 propertyType.supportedStages = allPropertiesBlobs.vk11.subgroupSupportedStages;
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 532 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/ |
D | vktApiFeatureInfo.cpp | 4256 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/ |
D | vktMemoryModelMessagePassing.cpp | 232 if((subgroupProperties.supportedStages & stage)==0) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
D | vktReconvergenceTests.cpp | 186 if (!(context.getSubgroupProperties().supportedStages & VK_SHADER_STAGE_COMPUTE_BIT)) in checkSupport()
|