Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h258 struct ShaderKey struct
265 bool operator==(const ShaderKey &other) const argument
275 size_t operator()(const ShaderKey &k) const noexcept in operator() argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp924 class ShaderKey class
927 ShaderKey() in ShaderKey() function in glcts::__anon3223d5810111::ShaderKey
930 ShaderKey(GLenum _stage, const std::string &_input, const std::string &_output) in ShaderKey() function in glcts::__anon3223d5810111::ShaderKey
1180 … static std::string generateComputeShader(const ShaderKey &, const std::vector<Uniform> &uniforms, in generateComputeShader()