Home
last modified time | relevance | path

Searched defs:PipelineExecutableProperty (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp336 struct PipelineExecutableProperty struct
338PipelineExecutableProperty (VkShaderStageFlags stageFlags_, std::string name_, std::string descrip… in PipelineExecutableProperty() argument
347 const VkShaderStageFlags stageFlags;
348 const std::string name;
349 const std::string description;
350 const uint32_t subgroupSize;
352 void addStat (const PipelineExecutableStat& stat) { m_stats.emplace_back(stat); } in addStat()
353 void addIR (const PipelineExecutableInternalRepresentation& ir) { m_irs.emplace_back(ir); } in addIR()
355 const std::vector<PipelineExecutableStat>& getStats (void) const { return m_stats; } in getStats()
356 const std::vector<PipelineExecutableInternalRepresentation>& getIRs (void) const { return m_irs; } in getIRs()
[all …]