Searched refs:ProgramSeparable (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramPipelineStateQueryTests.cpp | 100 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate() 101 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate() 174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource); in iterate() 176 sources << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource); in iterate() 178 sources << glu::ProgramSeparable(true) << glu::ComputeSource(s_computeSource); in iterate() 239 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate() 240 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate() 309 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate() 310 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate()
|
D | es31fNegativeTessellationTests.cpp | 144 << glu::ProgramSeparable(true)); in single_tessellation_stage() 185 << glu::ProgramSeparable(true)); in single_tessellation_stage() 277 … fragProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << frgS… in invalid_program_state() 278 …sCtrlProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tess… in invalid_program_state() 279 …sEvalProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tess… in invalid_program_state()
|
D | es31fNegativeComputeTests.cpp | 394 … vertProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << vert… in program_not_active() 395 … fragProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << frag… in program_not_active() 830 …vertProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << vert… in invalid_write_built_in_constants() 831 …fragProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << frag… in invalid_write_built_in_constants() 832 …sCtrlProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tess… in invalid_write_built_in_constants() 833 …sEvalProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tess… in invalid_write_built_in_constants() 834 …metryProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << geom… in invalid_write_built_in_constants() 835 …mputeProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << comp… in invalid_write_built_in_constants()
|
D | es31fNegativeVertexArrayApiTests.cpp | 730 …ram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in draw_elements_base_vertex_primitive_mode_mismatch() 1114 …ometryProgram(ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in draw_elements_instanced_base_vertex_primitive_mode_mismatch() 1399 …ometryProgram(ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in draw_range_elements_base_vertex_primitive_mode_mismatch()
|
D | es31fSeparateShaderTests.cpp | 94 using glu::ProgramSeparable; 1100 sources << ProgramSeparable(separable); in createShaderProgram()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 1688 sources << glu::ProgramSeparable(true); in generateProgramInterfaceProgramSources()
|
D | es31fTessellationTests.cpp | 7137 << glu::ProgramSeparable(true)); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 245 struct ProgramSeparable struct 248 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable() function 314 …ProgramSources& operator<< (const ProgramSeparable& progSeparable) { separable = progSepar… in operator <<()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 595 dst << ProgramSeparable(src.separable); in specializeProgramSources()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 594 dst << glu::ProgramSeparable(src.separable); in specializeProgramSources()
|