Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp371 struct UniformSpec struct in deqp::gles2::Performance::ShaderCompilerCase
373 enum Type
388 string name;
389 Type type;
390 tcu::Vector<float, 16> value;
392 UniformSpec(const string &n, Type t, float v) : name(n), type(t), value(v) in UniformSpec() argument
395UniformSpec(const string &n, Type t, const tcu::Vector<float, 16> &v) : name(n), type(t), value(v) in UniformSpec() argument
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp371 struct UniformSpec struct in deqp::gles3::Performance::ShaderCompilerCase
373 enum Type
388 string name;
389 Type type;
390 tcu::Vector<float, 16> value;
392 UniformSpec(const string &n, Type t, float v) : name(n), type(t), value(v) in UniformSpec() function
395UniformSpec(const string &n, Type t, const tcu::Vector<float, 16> &v) : name(n), type(t), value(v) in UniformSpec() argument