Home
last modified time | relevance | path

Searched refs:AttribSpec (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderPerformanceMeasurer.hpp46 struct AttribSpec struct
48 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_) in AttribSpec() function
57 AttribSpec (void) {} in AttribSpec() function
80 void init (deUint32 program, const std::vector<AttribSpec>& attributes, int calibratorInitialNumCalls);
123 std::vector<AttribSpec> m_attributes;
H A DglsShaderPerformanceCase.hpp78 std::vector<AttribSpec> m_attributes;
H A DglsShaderPerformanceMeasurer.cpp77 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const AttribSpec& spec) in generateVertices()
142 void ShaderPerformanceMeasurer::init (deUint32 program, const vector<AttribSpec>& attributes, int calibratorInitialNumCalls) in init()
177 m_attributes.push_back(AttribSpec("a_position", in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp299 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f), in init()
330 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
337 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
342 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
579 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f), in init()
610 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
617 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
755 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
H A Des3pShaderCompilationCases.cpp362 struct AttribSpec
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {}
407 vector<AttribSpec> vertexAttributes;
1039 static vector<ShaderCompilerCase::AttribSpec> lightShaderAttributes (const string& nameSpecialization)
1041 vector<ShaderCompilerCase::AttribSpec> result;
1043 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization,
1049 result.push_back(ShaderCompilerCase::AttribSpec("a_normal" + nameSpecialization,
1055 result.push_back(ShaderCompilerCase::AttribSpec("a_texCoord0" + nameSpecialization,
1274 static vector<ShaderCompilerCase::AttribSpec> loopShaderAttributes (const string& nameSpecialization, LoopType type, int numLoopIterations)
1276 vector<ShaderCompilerCase::AttribSpec> resul
[all...]
H A Des3pShaderOptimizationTests.cpp118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer.
121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {} in ProgramData()
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {} in ProgramData()
156 gls::AttribSpec("a_value", in defaultProgramData()
H A Des3pShaderOperatorTests.cpp214 struct AttribSpec struct in deqp::gles3::Performance::__anon30792::OperatorPerformanceCase
216 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_) in AttribSpec() function
225 AttribSpec (void) {} in AttribSpec() function
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc) in ProgramContext()
348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec) in generateVertices()
631 vector<AttribSpec> attributes = m_programData[progNdx].attributes;
633 attributes.push_back(AttribSpec("a_position",
1277 vector<AttribSpec> attributes;
1279 attributes.push_back(AttribSpec(("a_i
[all...]
H A Des3pBlendTests.cpp107 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f), in init()
H A Des3pTextureCases.cpp125 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f), in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp295 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f), in init()
326 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
333 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
338 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
571 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f), in init()
602 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
609 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
743 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
H A Des2pShaderCompilationCases.cpp362 struct AttribSpec
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {}
407 vector<AttribSpec> vertexAttributes;
1034 static vector<ShaderCompilerCase::AttribSpec> lightShaderAttributes (const string& nameSpecialization)
1036 vector<ShaderCompilerCase::AttribSpec> result;
1038 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization,
1044 result.push_back(ShaderCompilerCase::AttribSpec("a_normal" + nameSpecialization,
1050 result.push_back(ShaderCompilerCase::AttribSpec("a_texCoord0" + nameSpecialization,
1266 static vector<ShaderCompilerCase::AttribSpec> loopShaderAttributes (const string& nameSpecialization, LoopType type, int numLoopIterations)
1268 vector<ShaderCompilerCase::AttribSpec> resul
[all...]
H A Des2pShaderOptimizationTests.cpp118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer.
121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {} in ProgramData()
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {} in ProgramData()
153 gls::AttribSpec("a_value", in defaultProgramData()
H A Des2pShaderOperatorTests.cpp214 struct AttribSpec struct in deqp::gles2::Performance::__anon30504::OperatorPerformanceCase
216 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_) in AttribSpec() function
225 AttribSpec (void) {} in AttribSpec() function
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc) in ProgramContext()
348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec) in generateVertices()
631 vector<AttribSpec> attributes = m_programData[progNdx].attributes;
633 attributes.push_back(AttribSpec("a_position",
1273 vector<AttribSpec> attributes;
1275 attributes.push_back(AttribSpec(("a_i
[all...]
H A Des2pBlendTests.cpp104 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f), in init()
H A Des2pTextureCases.cpp117 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f), in init()
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp420 struct AttribSpec struct in deqp::egl::ChooseConfigRandomCase
428 static const struct AttribSpec attributes[] = in genRandomAttributes()
465 std::vector<AttribSpec> candidates; in genRandomAttributes()
474 AttribSpec spec = rnd.choose<AttribSpec>(candidates.begin(), candidates.end()); in genRandomAttributes()

Completed in 19 milliseconds