Home
last modified time | relevance | path

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

123

/external/deqp/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()
DglcSubgroupsBallotOtherTests.cpp514 …int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGE… in test() local
516 ShaderStageFlags stages = (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()
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()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp749 …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()
DvktSubgroupsClusteredTests.cpp310 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsBuiltinMaskVarTests.cpp1448 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsBallotOtherTests.cpp595 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsQuadTests.cpp355 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsShapeTests.cpp606 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsBallotMasksTests.cpp529 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsArithmeticTests.cpp391 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsBallotTests.cpp1057 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
DvktSubgroupsBallotBroadcastTests.cpp387 …agBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.supportedStages); in test()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp103 return (ctx.getSubgroupProperties().supportedStages & vk::VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in isFeatureSupported()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp631 …properties->supportedStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT | VK_SHADE… in getProperties()
652 properties->subgroupSupportedStages = subgroupProperties.supportedStages; in getProperties()

123