Searched defs:PipelineExecutableProperty (Results 1 – 1 of 1) sorted by relevance
336 struct PipelineExecutableProperty struct338 …PipelineExecutableProperty (VkShaderStageFlags stageFlags_, std::string name_, std::string descrip… in PipelineExecutableProperty() argument347 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 …]