/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 69 deUint32 requiredSubgroupSize; member 144 …groupSizeMode != REQUIRED_SUBGROUP_SIZE_NONE && data[i] != checkInternalData->requiredSubgroupSize) in checkVertexPipelineStages() 146 …qual to the required subgroup size value (" << checkInternalData->requiredSubgroupSize << ")" << T… in checkVertexPipelineStages() 186 data[ndx] != checkInternalData->requiredSubgroupSize) in checkFragmentPipelineStages() 188 …qual to the required subgroup size value (" << checkInternalData->requiredSubgroupSize << ")" << T… in checkFragmentPipelineStages() 229 data[i] != checkInternalData->requiredSubgroupSize) in checkCompute() 232 …qual to the required subgroup size value (" << checkInternalData->requiredSubgroupSize << ")" << T… in checkCompute() 260 …roups = (localSize[0] * localSize[1] * localSize[2]) / checkInternalData->requiredSubgroupSize; in checkComputeRequireFull() 281 && data[i].x() != checkInternalData->requiredSubgroupSize) in checkComputeRequireFull() 284 …<< "expected subgroupSize (" << checkInternalData->requiredSubgroupSize << ") doesn't match gl_Sub… in checkComputeRequireFull() [all …]
|
D | vktSubgroupsBuiltinVarTests.cpp | 362 deBool requiredSubgroupSize; member 1691 if (caseDef.requiredSubgroupSize) in supportedCheck() 1795 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1829 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1863 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1897 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 2034 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinVarTests() local 2035 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() 2041 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBuiltinVarTests() 2053 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinVarTests() local [all …]
|
D | vktSubgroupsBallotMasksTests.cpp | 54 deBool requiredSubgroupSize; member 240 if (caseDef.requiredSubgroupSize) in supportedCheck() 317 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 408 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotMasksTests() local 409 const string testName = mask + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotMasksTests() 415 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotMasksTests() 426 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotMasksTests() local 427 const string testName = mask + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotMasksTests() 433 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotMasksTests()
|
D | vktSubgroupsBallotOtherTests.cpp | 56 deBool requiredSubgroupSize; member 313 if (caseDef.requiredSubgroupSize) in supportedCheck() 390 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 483 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotOtherTests() local 484 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotOtherTests() 490 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBallotOtherTests() 501 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotOtherTests() local 502 …const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + ge… in createSubgroupsBallotOtherTests() 508 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBallotOtherTests()
|
D | vktSubgroupsShapeTests.cpp | 51 deBool requiredSubgroupSize; member 253 if (caseDef.requiredSubgroupSize) in supportedCheck() 330 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 420 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsShapeTests() local 421 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsShapeTests() 427 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsShapeTests() 438 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsShapeTests() local 439 …const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + ge… in createSubgroupsShapeTests() 445 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsShapeTests()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 88 deBool requiredSubgroupSize; member 1225 if (caseDef.requiredSubgroupSize) in supportedCheck() 1307 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1426 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinMaskVarTests() local 1427 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBuiltinMaskVarTests() 1433 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBuiltinMaskVarTests() 1444 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinMaskVarTests() local 1445 …const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + … in createSubgroupsBuiltinMaskVarTests() 1451 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBuiltinMaskVarTests()
|
D | vktSubgroupsTestsUtils.cpp | 250 const deUint32 requiredSubgroupSize[5]) in makeGraphicsPipeline() 273 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[0] : 0u, in makeGraphicsPipeline() 278 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[1] : 0u, in makeGraphicsPipeline() 283 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[2] : 0u, in makeGraphicsPipeline() 288 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[3] : 0u, in makeGraphicsPipeline() 293 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[4] : 0u, in makeGraphicsPipeline() 298 …stageCreateInfo.pNext = (requiredSubgroupSizeCreateInfo[0].requiredSubgroupSize != 0u) ? &required… in makeGraphicsPipeline() 307 …stageCreateInfo.pNext = (requiredSubgroupSizeCreateInfo[1].requiredSubgroupSize != 0u) ? &required… in makeGraphicsPipeline() 316 …stageCreateInfo.pNext = (requiredSubgroupSize != DE_NULL && requiredSubgroupSizeCreateInfo[2].requ… in makeGraphicsPipeline() 325 …stageCreateInfo.pNext = (requiredSubgroupSizeCreateInfo[3].requiredSubgroupSize != 0u) ? &required… in makeGraphicsPipeline() [all …]
|
D | vktSubgroupsQuadTests.cpp | 55 deBool requiredSubgroupSize; member 220 if (caseDef.requiredSubgroupSize) in supportedCheck() 311 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 427 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsQuadTests() local 428 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() 436 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsQuadTests() 447 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsQuadTests() local 448 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() 456 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsQuadTests()
|
D | vktSubgroupsClusteredTests.cpp | 58 deBool requiredSubgroupSize; member 191 if (caseDef.requiredSubgroupSize) in supportedCheck() 283 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 414 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsClusteredTests() local 415 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsClusteredTests() 422 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsClusteredTests() 433 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsClusteredTests() local 434 …const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + … in createSubgroupsClusteredTests() 441 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsClusteredTests()
|
D | vktSubgroupsTestsUtils.hpp | 299 deUint32 requiredSubgroupSize = 0u, 308 deUint32 requiredSubgroupSize = 0u, 320 const deUint32 requiredSubgroupSize = 0u); 329 const deUint32 requiredSubgroupSize = 0u); 343 const deUint32 requiredSubgroupSize[5]); 352 const deUint32 requiredSubgroupSize = 0u); 361 const deUint32 requiredSubgroupSize = 0u); 413 const deUint32 requiredSubgroupSize[6]);
|
D | vktSubgroupsBallotTests.cpp | 44 deBool requiredSubgroupSize; member 807 if (caseDef.requiredSubgroupSize) in supportedCheck() 900 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1010 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotTests() local 1011 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() 1023 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotTests() 1035 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotTests() local 1036 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() 1050 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotTests()
|
D | vktSubgroupsArithmeticTests.cpp | 73 deBool requiredSubgroupSize; member 263 if (caseDef.requiredSubgroupSize) in supportedCheck() 356 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 490 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsArithmeticTests() local 491 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsArithmeticTests() 499 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsArithmeticTests() 510 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsArithmeticTests() local 511 …ing testName = name + "_" + getShaderStageName(meshStage) + (requiredSubgroupSize ? "_require… in createSubgroupsArithmeticTests() 519 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsArithmeticTests()
|
D | vktSubgroupsPartitionedTests.cpp | 74 deBool requiredSubgroupSize; member 311 if (caseDef.requiredSubgroupSize) in supportedCheck() 389 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 515 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsPartitionedTests() local 516 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsPartitionedTests() 524 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsPartitionedTests() 534 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsPartitionedTests() local 535 …const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + … in createSubgroupsPartitionedTests() 543 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsPartitionedTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 69 deUint32 requiredSubgroupSize; member 144 …groupSizeMode != REQUIRED_SUBGROUP_SIZE_NONE && data[i] != checkInternalData->requiredSubgroupSize) in checkVertexPipelineStages() 146 …qual to the required subgroup size value (" << checkInternalData->requiredSubgroupSize << ")" << T… in checkVertexPipelineStages() 186 data[ndx] != checkInternalData->requiredSubgroupSize) in checkFragmentPipelineStages() 188 …qual to the required subgroup size value (" << checkInternalData->requiredSubgroupSize << ")" << T… in checkFragmentPipelineStages() 229 data[i] != checkInternalData->requiredSubgroupSize) in checkCompute() 232 …qual to the required subgroup size value (" << checkInternalData->requiredSubgroupSize << ")" << T… in checkCompute() 260 …roups = (localSize[0] * localSize[1] * localSize[2]) / checkInternalData->requiredSubgroupSize; in checkComputeRequireFull() 281 && data[i].x() != checkInternalData->requiredSubgroupSize) in checkComputeRequireFull() 284 …<< "expected subgroupSize (" << checkInternalData->requiredSubgroupSize << ") doesn't match gl_Sub… in checkComputeRequireFull() [all …]
|
D | vktSubgroupsBuiltinVarTests.cpp | 362 deBool requiredSubgroupSize; member 1691 if (caseDef.requiredSubgroupSize) in supportedCheck() 1795 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1829 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1863 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1897 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 2034 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinVarTests() local 2035 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() 2041 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBuiltinVarTests() 2053 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinVarTests() local [all …]
|
D | vktSubgroupsBallotOtherTests.cpp | 56 deBool requiredSubgroupSize; member 313 if (caseDef.requiredSubgroupSize) in supportedCheck() 390 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 483 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotOtherTests() local 484 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotOtherTests() 490 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBallotOtherTests() 501 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotOtherTests() local 502 …const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + ge… in createSubgroupsBallotOtherTests() 508 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBallotOtherTests()
|
D | vktSubgroupsShapeTests.cpp | 51 deBool requiredSubgroupSize; member 253 if (caseDef.requiredSubgroupSize) in supportedCheck() 330 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 420 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsShapeTests() local 421 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsShapeTests() 427 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsShapeTests() 438 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsShapeTests() local 439 …const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + ge… in createSubgroupsShapeTests() 445 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsShapeTests()
|
D | vktSubgroupsBallotMasksTests.cpp | 54 deBool requiredSubgroupSize; member 240 if (caseDef.requiredSubgroupSize) in supportedCheck() 317 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 408 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotMasksTests() local 409 const string testName = mask + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotMasksTests() 415 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotMasksTests() 426 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotMasksTests() local 427 const string testName = mask + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotMasksTests() 433 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotMasksTests()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 88 deBool requiredSubgroupSize; member 1225 if (caseDef.requiredSubgroupSize) in supportedCheck() 1307 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1426 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinMaskVarTests() local 1427 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBuiltinMaskVarTests() 1433 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBuiltinMaskVarTests() 1444 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBuiltinMaskVarTests() local 1445 …const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + … in createSubgroupsBuiltinMaskVarTests() 1451 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsBuiltinMaskVarTests()
|
D | vktSubgroupsTestsUtils.cpp | 250 const deUint32 requiredSubgroupSize[5]) in makeGraphicsPipeline() 273 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[0] : 0u, in makeGraphicsPipeline() 278 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[1] : 0u, in makeGraphicsPipeline() 283 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[2] : 0u, in makeGraphicsPipeline() 288 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[3] : 0u, in makeGraphicsPipeline() 293 requiredSubgroupSize != DE_NULL ? requiredSubgroupSize[4] : 0u, in makeGraphicsPipeline() 298 …stageCreateInfo.pNext = (requiredSubgroupSizeCreateInfo[0].requiredSubgroupSize != 0u) ? &required… in makeGraphicsPipeline() 307 …stageCreateInfo.pNext = (requiredSubgroupSizeCreateInfo[1].requiredSubgroupSize != 0u) ? &required… in makeGraphicsPipeline() 316 …stageCreateInfo.pNext = (requiredSubgroupSize != DE_NULL && requiredSubgroupSizeCreateInfo[2].requ… in makeGraphicsPipeline() 325 …stageCreateInfo.pNext = (requiredSubgroupSizeCreateInfo[3].requiredSubgroupSize != 0u) ? &required… in makeGraphicsPipeline() [all …]
|
D | vktSubgroupsClusteredTests.cpp | 58 deBool requiredSubgroupSize; member 191 if (caseDef.requiredSubgroupSize) in supportedCheck() 283 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 414 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsClusteredTests() local 415 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsClusteredTests() 422 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsClusteredTests() 433 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsClusteredTests() local 434 …const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + … in createSubgroupsClusteredTests() 441 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsClusteredTests()
|
D | vktSubgroupsQuadTests.cpp | 55 deBool requiredSubgroupSize; member 220 if (caseDef.requiredSubgroupSize) in supportedCheck() 311 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 427 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsQuadTests() local 428 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() 436 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsQuadTests() 447 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsQuadTests() local 448 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() 456 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsQuadTests()
|
D | vktSubgroupsTestsUtils.hpp | 299 deUint32 requiredSubgroupSize = 0u, 308 deUint32 requiredSubgroupSize = 0u, 320 const deUint32 requiredSubgroupSize = 0u); 329 const deUint32 requiredSubgroupSize = 0u); 343 const deUint32 requiredSubgroupSize[5]); 352 const deUint32 requiredSubgroupSize = 0u); 361 const deUint32 requiredSubgroupSize = 0u); 413 const deUint32 requiredSubgroupSize[6]);
|
D | vktSubgroupsArithmeticTests.cpp | 73 deBool requiredSubgroupSize; member 263 if (caseDef.requiredSubgroupSize) in supportedCheck() 356 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 490 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsArithmeticTests() local 491 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsArithmeticTests() 499 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsArithmeticTests() 510 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsArithmeticTests() local 511 …ing testName = name + "_" + getShaderStageName(meshStage) + (requiredSubgroupSize ? "_require… in createSubgroupsArithmeticTests() 519 requiredSubgroupSize // deBool requiredSubgroupSize; in createSubgroupsArithmeticTests()
|
D | vktSubgroupsBallotTests.cpp | 44 deBool requiredSubgroupSize; member 807 if (caseDef.requiredSubgroupSize) in supportedCheck() 900 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1010 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotTests() local 1011 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() 1023 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotTests() 1035 const deBool requiredSubgroupSize = boolValues[groupSizeNdx]; in createSubgroupsBallotTests() local 1036 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() 1050 requiredSubgroupSize, // deBool requiredSubgroupSize; in createSubgroupsBallotTests()
|