Lines Matching defs:properties
295 // Pipeline executable properties helpers.
442 PipelineExecutablePropertyVec properties;
449 // No properties?
451 return properties;
457 properties.reserve(propertiesKHR.size());
459 properties.emplace_back(prop.stages, prop.name, prop.description, prop.subgroupSize);
464 for (size_t exeIdx = 0; exeIdx < properties.size(); ++exeIdx)
479 properties[exeIdx].addStat(PipelineExecutableStat(stat.name, stat.description, stat.format, stat.value));
486 for (size_t exeIdx = 0; exeIdx < properties.size(); ++exeIdx)
519 properties[exeIdx].addIR(PipelineExecutableInternalRepresentation(ir.name, ir.description, ir.isText, irsData[irIdx]));
524 return properties;
1632 // We will only be capturing properties if using one pipeline that will be run later.
1870 // Used when capturing pipeline executable properties.
2245 // Capture properties if needed.
2440 // Get some ray tracing properties and constants.
2810 // Compare executable properties if captured.
2825 TCU_FAIL("Pipeline executable properties differ (check log for details)");
3482 // Test shader module identifier extension properties
3483 GroupPtr propertiesGroup (new tcu::TestCaseGroup(testCtx, "properties"));
3705 // We are only going to attempt to capture properties in a specific subset of the tests.