• Home
  • Raw
  • Download

Lines Matching refs:sources

41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources)  in verifyProgram()  argument
44 const glu::ShaderProgram program (ctx.getRenderContext(), sources); in verifyProgram()
186 …axSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) in genMaxSSBlocksSource() argument
191 sources.sources[getGLUShaderType(glShaderType)].push_back(shaderSrc); in genMaxSSBlocksSource()
226 glu::ProgramSources sources; in block_number_limits() local
237 sources << glu::VertexSource(source) in block_number_limits()
242 sources << glu::VertexSource(vertSource) in block_number_limits()
247 sources << glu::VertexSource(vertSource) in block_number_limits()
254 sources << glu::VertexSource(vertSource) in block_number_limits()
261 sources << glu::VertexSource(vertSource) in block_number_limits()
267 sources << glu::ComputeSource(source); in block_number_limits()
275 verifyProgram(ctx, sources); in block_number_limits()
284 glu::ProgramSources sources; in max_combined_block_number_limit() local
289 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_VERTEX_SHADER, sources); in max_combined_block_number_limit()
290 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_FRAGMENT_SHADER, sources); in max_combined_block_number_limit()
294 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_TESS_CONTROL_SHADER, sources); in max_combined_block_number_limit()
295 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_TESS_EVALUATION_SHADER, sources); in max_combined_block_number_limit()
299 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_GEOMETRY_SHADER, sources); in max_combined_block_number_limit()
307 verifyProgram(ctx, sources); in max_combined_block_number_limit()