/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 180 struct ProgramSources; 192 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources); 194 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources); 210 void init (const glw::Functions& gl, const ProgramSources& sources); 226 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources); 340 struct ProgramSources struct 349 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {} in ProgramSources() argument 351 …ProgramSources& operator<< (const AttribLocationBinding& binding) { attribLocationBindings… in operator <<() argument 352 …ProgramSources& operator<< (const TransformFeedbackMode& mode) { transformFeedbackBufferM… in operator <<() argument 353 …ProgramSources& operator<< (const TransformFeedbackVarying& varying) { transformFeedbackVar… in operator <<() argument [all …]
|
D | gluShaderProgram.cpp | 368 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() 380 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() 392 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init() 696 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources) in operator <<()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeComputeTests.cpp | 194 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_uniform_block_limit() 212 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_shader_storage_block_limit() 236 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_texture_image_units_limit() 272 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_image_uniforms_limit() 295 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_shared_memory_size_limit() 318 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_uniform_components_limit() 350 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_atomic_counter_buffer_limit() 375 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_atomic_counters_limit() 394 …glu::ShaderProgram vertProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSep… in program_not_active() 395 …glu::ShaderProgram fragProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSep… in program_not_active() [all …]
|
D | es31fProgramStateQueryTests.cpp | 150 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 167 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 183 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 272 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 291 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 310 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() 502 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() 513 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() 524 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() 593 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() [all …]
|
D | es31fNegativeShaderFramebufferFetchTests.cpp | 139 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in last_frag_data_not_defined() 166 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in last_frag_data_readonly() 192 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_inout_version() 224 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_redeclaration_inout() 253 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_vertex_inout()
|
D | es31fProgramPipelineStateQueryTests.cpp | 100 …const glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::P… in iterate() 101 …const glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::P… in iterate() 171 glu::ProgramSources sources; in iterate() 239 …glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::Progra… in iterate() 240 …glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::Progra… in iterate() 309 …glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::Progra… in iterate() 310 …glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::Progra… in iterate()
|
D | es31fNegativeShaderStorageTests.cpp | 41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram() 186 int genMaxSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& … in genMaxSSBlocksSource() 226 glu::ProgramSources sources; in block_number_limits() 284 glu::ProgramSources sources; in max_combined_block_number_limit()
|
D | es31fNegativeTessellationTests.cpp | 98 static glu::ProgramSources makeTessPipelineSources (const std::string& vertexSrc, const std::string… in makeTessPipelineSources() 100 glu::ProgramSources sources; in makeTessPipelineSources() 306 …glu::ShaderProgram fragProgram (rc, glu::ProgramSources() << glu::ProgramSeparable(true) << frgSou… in invalid_program_state() 307 …glu::ShaderProgram tessCtrlProgram (rc, glu::ProgramSources() << glu::ProgramSeparable(true) << te… in invalid_program_state() 308 …glu::ShaderProgram tessEvalProgram (rc, glu::ProgramSources() << glu::ProgramSeparable(true) << te… in invalid_program_state()
|
D | es31fShaderFramebufferFetchTests.cpp | 272 virtual glu::ProgramSources genShaderSources (void); 371 glu::ProgramSources FramebufferFetchTestCase::genShaderSources (void) in genShaderSources() 663 glu::ProgramSources genShaderSources (void); 749 glu::ProgramSources MultipleRenderTargetsTestCase::genShaderSources (void) in genShaderSources() 812 glu::ProgramSources genShaderSources (void); 821 glu::ProgramSources LastFragDataTestCase::genShaderSources (void) in genShaderSources() 889 glu::ProgramSources genShaderSources (void); 924 glu::ProgramSources TexelFetchTestCase::genShaderSources (void) in genShaderSources() 989 glu::ProgramSources genShaderSources (void); 998 glu::ProgramSources MultipleAssignmentTestCase::genShaderSources (void) in genShaderSources() [all …]
|
D | es31fBasicComputeShaderTests.cpp | 101 ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str())); in iterate() 154 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 276 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 397 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 514 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 637 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate() 737 …const ShaderProgram program0 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate() 738 …const ShaderProgram program1 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate() 856 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 950 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() [all …]
|
D | es31fNegativeShaderDirectiveTests.cpp | 47 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources, ExpectResult expect) in verifyProgram() 353 …verifyProgram(ctx, glu::ProgramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySourc… in geometry_shader() 443 glu::ProgramSources sources; in tessellation_shader()
|
D | es31fIndirectComputeDispatchTests.cpp | 87 glu::ProgramSources genVerifySources (const UVec3& workGroupSize) in genVerifySources() 109 …return glu::ProgramSources() << glu::ComputeSource(tcu::StringTemplate(s_verifyDispatchTmpl).speci… in genVerifySources() 242 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeS… in createCmdBufferCompute()
|
D | es31fNegativeAdvancedBlendEquationTests.cpp | 165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation) in generateProgramSources() 167 return glu::ProgramSources() in generateProgramSources()
|
D | es31fLayoutBindingTests.cpp | 1164 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() in generateShaders() 1307 glu::ProgramSources sources = glu::ProgramSources() in generateShaders() 1521 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() in generateShaders() 1631 glu::ProgramSources sources = glu::ProgramSources() in generateShaders() 1811 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() in generateShaders() 1916 glu::ProgramSources sources = glu::ProgramSources() in generateShaders() 2080 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() in generateShaders() 2185 glu::ProgramSources sources = glu::ProgramSources() in generateShaders()
|
D | es31fSynchronizationTests.cpp | 222 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Com… in init() 1807 …return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeS… in genWriteProgram() 1878 …return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeS… in genReadProgram() 1938 …return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeS… in genReadMultipleProgram() 2007 …return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeS… in genWriteInterleavedProgram() 2087 …return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeS… in genReadInterleavedProgram() 2144 …return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeS… in genReadZeroProgram() 2207 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Com… in init() 2440 …m_evenProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu:… in init() 2448 …m_oddProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::… in init() [all …]
|
D | es31fTessellationTests.cpp | 1705 …haredPtr<const ShaderProgram>(new ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() in init() 1957 …haredPtr<const ShaderProgram>(new ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() in init() 2182 …haredPtr<const ShaderProgram>(new ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() in init() 2300 …virtual const glu::ProgramSources makeSources (TessPrimitiveType, SpacingMode, const char* vtxOutP… 2318 glu::ProgramSources sources = makeSources(m_primitiveType, m_spacing, "in_tc_position"); in init() 2482 …const glu::ProgramSources makeSources (TessPrimitiveType primitiveType, SpacingMode spacing, const… in makeSources() 2541 return glu::ProgramSources() in makeSources() 2559 …const glu::ProgramSources makeSources (TessPrimitiveType primitiveType, SpacingMode spacing, const… in makeSources() 2627 return glu::ProgramSources() in makeSources() 2644 …const glu::ProgramSources makeSources (TessPrimitiveType primitiveType, SpacingMode spacing, const… in makeSources() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcAggressiveShaderOptimizationsTests.cpp | 68 glu::ProgramSources prepareSineSources(bool useBuiltin); 69 glu::ProgramSources prepareCosineSources(bool useBuiltin); 71 void renderAndGrabSurface(glu::ProgramSources sources, tcu::Surface& result) const; 112 glu::ProgramSources TrigonometryTestCase::prepareSineSources(bool useBuiltinSin) in prepareSineSources() 303 glu::ProgramSources TrigonometryTestCase::prepareCosineSources(bool useBuiltinCos) in prepareCosineSources() 424 void TrigonometryTestCase::renderAndGrabSurface(glu::ProgramSources sources, tcu::Surface& result) … in renderAndGrabSurface()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPostDepthCoverageTests.cpp | 146 ProgramSources sources1 = makeVtxFragSources(m_vertShader, m_fragShader1); in iterate() 160 ProgramSources sources2 = makeVtxFragSources(m_vertShader, m_fragShader2); in iterate() 173 ProgramSources sources3 = makeVtxFragSources(m_vertShader, m_fragShader3); in iterate() 186 ProgramSources sources4 = makeVtxFragSources(m_vertShader, m_fragShader4); in iterate() 359 ProgramSources sources1a = makeVtxFragSources(m_vertShader, m_fragShader1a); in iterate() 372 ProgramSources sources1b = makeVtxFragSources(m_vertShader, m_fragShader1b); in iterate() 385 ProgramSources sources2 = makeVtxFragSources(m_vertShader, m_fragShader2); in iterate()
|
/external/deqp/modules/egl/ |
D | teglRobustnessTests.cpp | 696 glu::ProgramSources genComputeSource (void); 697 glu::ProgramSources genNonComputeSource (void); 698 glu::ProgramSources genSources (void); 727 glu::ProgramSources InfiniteLoop::genSources(void) in genSources() 735 glu::ProgramSources InfiniteLoop::genComputeSource(void) in genComputeSource() 748 return glu::ProgramSources() << glu::ComputeSource(computeSource); in genComputeSource() 751 glu::ProgramSources InfiniteLoop::genNonComputeSource (void) in genNonComputeSource() 818 return glu::ProgramSources() << glu::VertexSource(vert.str()) << glu::FragmentSource(frag.str()); in genNonComputeSource() 926 glu::ProgramSources genSources (void); 952 glu::ProgramSources FixedFunctionOOB::genSources (void) in genSources() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 58 using glu::ProgramSources; 76 ProgramSources getSources (void); 115 ProgramSources ScaleProgram::getSources (void) in getSources() 118 ProgramSources sources; in getSources() 506 glu::ProgramSources() in iterate()
|
D | es3fShaderFragDataTests.cpp | 130 static glu::ProgramSources genSources (const IndexExprType indexExprType) in genSources() 135 glu::ProgramSources sources; in genSources() 254 const glu::ShaderProgram program (renderCtx, glu::ProgramSources() in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderFragDataTests.cpp | 112 static glu::ProgramSources genSources (const IndexExprType indexExprType) in genSources() 117 glu::ProgramSources sources; in genSources()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningShaderTests.cpp | 99 static glu::ProgramSources genSources (const Params& params); 123 glu::ProgramSources LongRunningShaderCase::genSources (const Params& params) in genSources() 206 return glu::ProgramSources() << glu::VertexSource(vert.str()) << glu::FragmentSource(frag.str()); in genSources()
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 67 using glu::ProgramSources; 94 ProgramSources shader; 97 …ObjectData (const ProgramSources& shader_, const Geometry& geometry_) : shader(shader_), geometry(… in ObjectData() 447 glu::ProgramSources getBaseShader (void) in getBaseShader() 452 glu::ProgramSources getArithmeticWorkloadShader (void) in getArithmeticWorkloadShader() 457 glu::ProgramSources getArithmeticWorkloadDiscardShader (void) in getArithmeticWorkloadDiscardShader() 462 glu::ProgramSources getTextureWorkloadShader (void) in getTextureWorkloadShader() 467 glu::ProgramSources getGridDiscardShader (int gridsize) in getGridDiscardShader() 472 inline ObjectData quadWith (const glu::ProgramSources& shader, float depth) in quadWith()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOptimizationTests.cpp | 117 glu::ProgramSources sources; 121 …ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vec… in ProgramData() 122 …ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : so… in ProgramData() 133 …return ProgramData(glu::ProgramSources() << glu::VertexSource( "attribute " + vtxPrec + " vec4 a_… in defaultProgramData()
|