Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp85 class ProgramCollection class
88 ProgramCollection(void);
89 ProgramCollection(const BuildOptions defaultBuildOptions);
90 ~ProgramCollection(void);
93ProgramCollection(const ProgramCollection<Program, BuildOptions> &other) …
94ProgramCollection<Program, BuildOptions> &operator=(const ProgramCollection<Program, BuildOptions>…
169 ProgramCollection<Program, BuildOptions>::ProgramCollection(void) in ProgramCollection() function in vk::ProgramCollection
174 ProgramCollection<Program, BuildOptions>::ProgramCollection(const BuildOptions defaultBuildOptions) in ProgramCollection() function in vk::ProgramCollection
181 ProgramCollection<Program, BuildOptions>::~ProgramCollection(void) in ~ProgramCollection()
187 void ProgramCollection<Program, BuildOptions>::clear(void) in clear()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp63 class ProgramCollection class
66 ProgramCollection(void);
67 ~ProgramCollection(void);
140 ProgramCollection<Program>::ProgramCollection(void) in ProgramCollection() function in glc::ProgramCollection
145 ProgramCollection<Program>::~ProgramCollection(void) in ~ProgramCollection()
151 void ProgramCollection<Program>::clear(void) in clear()
159 Program &ProgramCollection<Program>::add(const std::string &name) in add()
169 void ProgramCollection<Program>::add(const std::string &name, de::MovePtr<Program> &program) in add()
177 bool ProgramCollection<Program>::contains(const std::string &name) const in contains()
183 const Program &ProgramCollection<Program>::get(const std::string &name) const in get()
[all …]
/aosp_15_r20/external/deqp/doc/testspecs/VK/
H A Dapitests.adoc37 …virtual void initPrograms (vk::ProgramCollection<glu::ProgramSources>& programCollec…