/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsArithmeticTests.cpp | 334 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 336 const bool isMesh = false; in test() local 338 DE_ASSERT(!(isCompute && isMesh)); in test() 340 if (isCompute || isMesh) in test() 358 if (isMesh) in test()
|
D | vktSubgroupsShapeTests.cpp | 315 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 317 const bool isMesh = false; in test() local 319 DE_ASSERT(!(isCompute && isMesh)); in test() 321 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBallotMasksTests.cpp | 302 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 304 const bool isMesh = false; in test() local 306 DE_ASSERT(!(isCompute && isMesh)); in test() 308 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBallotOtherTests.cpp | 375 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 377 const bool isMesh = false; in test() local 379 DE_ASSERT(!(isCompute && isMesh)); in test() 381 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1292 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 1294 const bool isMesh = false; in test() local 1296 DE_ASSERT(!(isCompute && isMesh)); in test() 1298 if (isCompute || isMesh) in test()
|
D | vktSubgroupsQuadTests.cpp | 289 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 291 const bool isMesh = false; in test() local 293 DE_ASSERT(!(isCompute && isMesh)); in test() 295 if (isCompute || isMesh) in test()
|
D | vktSubgroupsClusteredTests.cpp | 262 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 264 const bool isMesh = false; in test() local 266 DE_ASSERT(!(isCompute && isMesh)); in test() 268 if (isCompute || isMesh) in test()
|
D | vktSubgroupsSizeControlTests.cpp | 683 const bool isMesh = ((caseDef.shaderStage & VK_SHADER_STAGE_MESH_BIT_EXT) != 0u); in test() local 686 DE_ASSERT(isMesh != isTask); in test() 692 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperti… in test() 693 …const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshPr… in test() 900 const auto isMesh = ((caseDef.shaderStage & VK_SHADER_STAGE_MESH_BIT_EXT) != 0u); in testRequireSubgroupSize() local 903 DE_ASSERT(isMesh != isTask); in testRequireSubgroupSize() 910 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProper… in testRequireSubgroupSize() 911 …const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshPr… in testRequireSubgroupSize()
|
D | vktSubgroupsBallotTests.cpp | 878 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 880 const bool isMesh = false; in test() local 882 DE_ASSERT(!(isCompute && isMesh)); in test() 884 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 362 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 364 const bool isMesh = false; in test() local 367 DE_ASSERT(!(isCompute && isMesh)); in test() 369 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBasicTests.cpp | 1775 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in initPrograms() local 1777 const bool isMesh = false; in initPrograms() local 1780 if (isComp || isMesh) in initPrograms() 1923 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 1925 const bool isMesh = false; in test() local 1927 DE_ASSERT(!(isCompute && isMesh)); in test() 1929 if (isCompute || isMesh) in test()
|
D | vktSubgroupsShuffleTests.cpp | 356 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 358 const bool isMesh = false; in test() local 360 DE_ASSERT(!(isCompute && isMesh)); in test() 362 if (isCompute || isMesh) in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsArithmeticTests.cpp | 334 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 336 const bool isMesh = false; in test() local 338 DE_ASSERT(!(isCompute && isMesh)); in test() 340 if (isCompute || isMesh) in test() 358 if (isMesh) in test()
|
D | vktSubgroupsBallotMasksTests.cpp | 302 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 304 const bool isMesh = false; in test() local 306 DE_ASSERT(!(isCompute && isMesh)); in test() 308 if (isCompute || isMesh) in test()
|
D | vktSubgroupsShapeTests.cpp | 315 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 317 const bool isMesh = false; in test() local 319 DE_ASSERT(!(isCompute && isMesh)); in test() 321 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBallotOtherTests.cpp | 375 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 377 const bool isMesh = false; in test() local 379 DE_ASSERT(!(isCompute && isMesh)); in test() 381 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1292 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 1294 const bool isMesh = false; in test() local 1296 DE_ASSERT(!(isCompute && isMesh)); in test() 1298 if (isCompute || isMesh) in test()
|
D | vktSubgroupsQuadTests.cpp | 289 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 291 const bool isMesh = false; in test() local 293 DE_ASSERT(!(isCompute && isMesh)); in test() 295 if (isCompute || isMesh) in test()
|
D | vktSubgroupsClusteredTests.cpp | 262 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 264 const bool isMesh = false; in test() local 266 DE_ASSERT(!(isCompute && isMesh)); in test() 268 if (isCompute || isMesh) in test()
|
D | vktSubgroupsSizeControlTests.cpp | 683 const bool isMesh = ((caseDef.shaderStage & VK_SHADER_STAGE_MESH_BIT_EXT) != 0u); in test() local 686 DE_ASSERT(isMesh != isTask); in test() 692 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperti… in test() 693 …const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshPr… in test() 900 const auto isMesh = ((caseDef.shaderStage & VK_SHADER_STAGE_MESH_BIT_EXT) != 0u); in testRequireSubgroupSize() local 903 DE_ASSERT(isMesh != isTask); in testRequireSubgroupSize() 910 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProper… in testRequireSubgroupSize() 911 …const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshPr… in testRequireSubgroupSize()
|
D | vktSubgroupsBallotTests.cpp | 878 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 880 const bool isMesh = false; in test() local 882 DE_ASSERT(!(isCompute && isMesh)); in test() 884 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 362 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 364 const bool isMesh = false; in test() local 367 DE_ASSERT(!(isCompute && isMesh)); in test() 369 if (isCompute || isMesh) in test()
|
D | vktSubgroupsBasicTests.cpp | 1775 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in initPrograms() local 1777 const bool isMesh = false; in initPrograms() local 1780 if (isComp || isMesh) in initPrograms() 1923 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 1925 const bool isMesh = false; in test() local 1927 DE_ASSERT(!(isCompute && isMesh)); in test() 1929 if (isCompute || isMesh) in test()
|
D | vktSubgroupsShuffleTests.cpp | 356 const bool isMesh = isAllMeshShadingStages(caseDef.shaderStage); in test() local 358 const bool isMesh = false; in test() local 360 DE_ASSERT(!(isCompute && isMesh)); in test() 362 if (isCompute || isMesh) in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateRSTests.cpp | 1208 const bool isMesh = (i > 0); in init() local 1212 if (isMesh) in init() 1227 …s functionality" + descSuffix, m_pipelineConstructionType, shaderPaths, (isMesh ? checkMeshShaderS… in init() 1228 …p functionality" + descSuffix, m_pipelineConstructionType, shaderPaths, (isMesh ? checkMeshAndBias… in init() 1229 if (isMesh) in init() 1231 …physical device" + descSuffix, m_pipelineConstructionType, shaderPaths, (isMesh ? checkMeshAndWide… in init() 1244 isMesh, in init() 1259 isMesh, in init()
|