Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp378 struct PipelineExecutableProperty struct
380PipelineExecutableProperty(VkShaderStageFlags stageFlags_, std::string name_, std::string descript… in PipelineExecutableProperty() argument
420 bool operator==(const PipelineExecutableProperty &a, const PipelineExecutableProperty &b) in operator ==()
427 bool operator<(const PipelineExecutableProperty &a, const PipelineExecutableProperty &b) in operator <()
432 std::ostream &operator<<(std::ostream &out, const PipelineExecutableProperty &prop) in operator <<()
479 using PipelineExecutablePropertyVec = std::vector<PipelineExecutableProperty>;
2858 using PipelineExecutablePropertySet = std::set<PipelineExecutableProperty>; in iterate()