/external/deqp/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 | 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 | 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 | 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()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 749 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test() 892 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in testRequireSubgroupSize() 936 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in noSSBOtestRequireSubgroupSize()
|
D | vktSubgroupsClusteredTests.cpp | 310 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1448 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsBallotOtherTests.cpp | 595 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsQuadTests.cpp | 355 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsShapeTests.cpp | 606 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsBallotMasksTests.cpp | 529 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsArithmeticTests.cpp | 391 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsBallotTests.cpp | 1057 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 387 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 103 return (ctx.getSubgroupProperties().supportedStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in isFeatureSupported()
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 631 …properties->supportedStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT | VK_SHADE… in getProperties() 652 properties->subgroupSupportedStages = subgroupProperties.supportedStages; in getProperties()
|