Home
last modified time | relevance | path

Searched defs:program (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.h37 struct program struct
39 struct pipe_screen *screen;
40 struct pipe_context *pipe;
41 struct cso_context *cso;
43 struct pipe_blend_state blend;
44 struct pipe_depth_stencil_alpha_state depthstencil;
45 struct pipe_rasterizer_state rasterizer;
46 struct pipe_sampler_state sampler; /* bilinear */
47 struct pipe_sampler_state sampler_point; /* point */
48 struct pipe_viewport_state viewport;
[all …]
/external/mesa3d/src/gallium/tests/trivial/
Dquad-tex.c63 struct program struct
65 struct pipe_loader_device *dev;
89 static void init_prog(struct program *p) in init_prog() argument
Dtri.c61 struct program struct
84 static void init_prog(struct program *p) in init_prog() argument
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp115 GLuint program = ctx.glCreateProgram(); in shader_source() local
134 GLuint program = ctx.glCreateProgram(); in compile_shader() local
204 GLuint program = ctx.glCreateProgram(); in attach_shader() local
247 GLuint program = ctx.glCreateProgram(); in detach_shader() local
296 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, f… in link_program() local
402 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSourc… in get_program_binary() local
476 GLuint program = ctx.glCreateProgram(); in program_parameteri() local
660 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_attrib_location() local
693 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_uniform_location() local
718 GLuint program = ctx.glCreateProgram(); in bind_attrib_location() local
[all …]
Des31fProgramStateQueryTests.cpp121 glu::Program program (m_context.getRenderContext()); in iterate() local
128 glu::Program program (m_context.getRenderContext()); in iterate() local
148 glu::Program program (m_context.getRenderContext()); in iterate() local
229 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() local
240 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() local
251 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() local
313 glu::Program program (m_context.getRenderContext()); in iterate() local
320 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() local
331 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() local
401 glu::ShaderProgram program (m_context.getRenderContext(), getProgramSources()); in iterate() local
Des31fNegativeStateApiTests.cpp185 GLuint program = ctx.glCreateProgram(); in get_attached_shaders() local
214 GLuint program = ctx.glCreateProgram(); in get_shaderiv() local
239 GLuint program = ctx.glCreateProgram(); in get_shader_info_log() local
288 GLuint program = ctx.glCreateProgram(); in get_shader_source() local
314 GLuint program = ctx.glCreateProgram(); in get_programiv() local
339 GLuint program = ctx.glCreateProgram(); in get_program_info_log() local
395 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSource, … in get_uniformfv() local
432 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSource, … in get_uniformiv() local
469 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSource, … in get_uniformuiv() local
507 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(uniformTestVertSour… in get_active_uniform() local
[all …]
Des31fNegativeVertexArrayApiTests.cpp267 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays() local
322 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays_incomplete_primitive() local
351 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements() local
456 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements_incomplete_primitive() local
527 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays_instanced() local
590 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_arrays_instanced_incomplete_primitive() local
623 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements_instanced() local
736 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_elements_instanced_incomplete_primitive() local
811 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_range_elements() local
926 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in draw_range_elements_incomplete_primitive() local
/external/mesa3d/src/mesa/main/
Dshader_query.cpp43 _mesa_BindAttribLocationARB(GLhandleARB program, GLuint index, in _mesa_BindAttribLocationARB()
80 _mesa_GetActiveAttribARB(GLhandleARB program, GLuint desired_index, in _mesa_GetActiveAttribARB()
135 _mesa_GetAttribLocationARB(GLhandleARB program, const GLcharARB * name) in _mesa_GetAttribLocationARB()
239 _mesa_BindFragDataLocation(GLuint program, GLuint colorNumber, in _mesa_BindFragDataLocation()
246 _mesa_BindFragDataLocationIndexed(GLuint program, GLuint colorNumber, in _mesa_BindFragDataLocationIndexed()
293 _mesa_GetFragDataIndex(GLuint program, const GLchar *name) in _mesa_GetFragDataIndex()
349 _mesa_GetFragDataLocation(GLuint program, const GLchar *name) in _mesa_GetFragDataLocation()
Dshaderapi.c209 attach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in attach_shader()
341 detach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in detach_shader()
412 get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, in get_attached_shaders()
453 get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, GLint *params) in get_programiv()
645 get_program_info_log(struct gl_context *ctx, GLuint program, GLsizei bufSize, in get_program_info_log()
747 link_program(struct gl_context *ctx, GLuint program) in link_program()
987 validate_program(struct gl_context *ctx, GLuint program) in validate_program()
1010 _mesa_AttachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_AttachObjectARB()
1018 _mesa_AttachShader(GLuint program, GLuint shader) in _mesa_AttachShader()
1118 _mesa_DetachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_DetachObjectARB()
[all …]
Duniforms.c426 _mesa_GetnUniformfvARB(GLhandleARB program, GLint location, in _mesa_GetnUniformfvARB()
434 _mesa_GetUniformfvARB(GLhandleARB program, GLint location, GLfloat *params) in _mesa_GetUniformfvARB()
441 _mesa_GetnUniformivARB(GLhandleARB program, GLint location, in _mesa_GetnUniformivARB()
449 _mesa_GetUniformivARB(GLhandleARB program, GLint location, GLint *params) in _mesa_GetUniformivARB()
457 _mesa_GetnUniformuivARB(GLhandleARB program, GLint location, in _mesa_GetnUniformuivARB()
465 _mesa_GetUniformuiv(GLhandleARB program, GLint location, GLuint *params) in _mesa_GetUniformuiv()
473 _mesa_GetnUniformdvARB(GLhandleARB program, GLint location, in _mesa_GetnUniformdvARB()
491 _mesa_GetUniformdv(GLhandleARB program, GLint location, GLdouble *params) in _mesa_GetUniformdv()
539 _mesa_GetUniformBlockIndex(GLuint program, in _mesa_GetUniformBlockIndex()
565 _mesa_GetUniformIndices(GLuint program, in _mesa_GetUniformIndices()
[all …]
/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.cpp33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterf… in getProgramResourceUint()
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName()
61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint3… in getProgramInterfaceActiveVariables()
74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInte… in getProgramInterfaceBlockInfo()
86 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programI… in getProgramInterfaceVariableInfo()
DgluProgramInterfaceQuery.hpp103 inline int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInter… in getProgramResourceInt()
108 inline std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 pro… in getProgramResourceName()
115 inline InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program,… in getProgramInterfaceBlockInfo()
122 …ableInfo getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 pro… in getProgramInterfaceVariableInfo()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c258 unsigned opcode, const unsigned * program) in print_arith_op()
292 unsigned opcode, const unsigned * program) in print_tex_op()
310 unsigned opcode, const unsigned * program) in print_texkil_op()
323 unsigned opcode, const unsigned * program) in print_dcl_op()
334 const unsigned * program, unsigned sz) in i915_disassemble_program()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c242 print_arith_op(GLuint opcode, const GLuint * program) in print_arith_op()
275 print_tex_op(GLuint opcode, const GLuint * program) in print_tex_op()
291 print_dcl_op(GLuint opcode, const GLuint * program) in print_dcl_op()
300 i915_disassemble_program(const GLuint * program, GLuint sz) in i915_disassemble_program()
/external/ceres-solver/internal/ceres/
Dparameter_block_ordering.cc45 int ComputeStableSchurOrdering(const Program& program, in ComputeStableSchurOrdering()
71 int ComputeSchurOrdering(const Program& program, in ComputeSchurOrdering()
90 void ComputeRecursiveIndependentSetOrdering(const Program& program, in ComputeRecursiveIndependentSetOrdering()
113 CreateHessianGraph(const Program& program) { in CreateHessianGraph()
Dreorder_program.cc140 Program* program, in ApplyOrdering()
182 Program* program, in LexicographicallyOrderResidualBlocks()
262 Program* program) { in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
314 Program* program, in ReorderProgramForSchurTypeLinearSolver()
377 Program* program, in ReorderProgramForSparseNormalCholesky()
Dcoordinate_descent_minimizer.cc60 const Program& program, in Init()
203 void CoordinateDescentMinimizer::Solve(Program* program, in Solve()
237 const Program& program, in IsOrderingValid()
262 const Program& program) { in CreateOrdering()
Dparameter_block_ordering_test.cc84 const Program& program = problem_.program(); in TEST_F() local
130 const Program& program = problem_.program(); in TEST_F() local
138 const Program& program = problem_.program(); in TEST_F() local
Dreorder_program_test.cc103 Program* program = problem.mutable_program(); in TEST() local
131 Program program(problem.program()); in TEST() local
154 Program* program = problem.mutable_program(); in TEST() local
/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) in drawQuad()
44 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::… in drawQuadWithVaoBuffers()
114 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const t… in drawQuadWithClientPointers()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp188 void drawWithProgram (glu::RenderContext& renderCtx, deUint32 program) in drawWithProgram()
348 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocato… in logProgram()
363 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, … in logVertexFragmentProgram()
482 const GLuint program = glCreateProgram(); in linkProgram() local
768 glu::Program program (renderCtx); in buildProgram() local
843 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) in buildProgram()
860 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference) in verify()
892 glu::Program program (renderCtx); in test() local
949 void executeForProgram (glu::Program& program, ShaderAllocator& shaders) in executeForProgram()
971 void executeForProgram (glu::Program& program, ShaderAllocator& shaders) in executeForProgram()
[all …]
Des3fShaderStateQueryTests.cpp111 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum… in verifyProgramParam()
119 void verifyActiveUniformParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program,… in verifyActiveUniformParam()
128 …formBlockParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint blockI… in verifyActiveUniformBlockParam()
257 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue1f()
282 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue2f()
310 void verifyUniformValue3f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue3f()
341 void verifyUniformValue4f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue4f()
375 void verifyUniformValue1i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue1i()
400 void verifyUniformValue2i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue2i()
428 void verifyUniformValue3i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue3i()
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_analyze.cpp33 bool sm4_link_cf_insns(sm4_program& program) in sm4_link_cf_insns()
94 bool sm4_find_labels(sm4_program& program) in sm4_find_labels()
/external/mesa3d/src/mesa/program/
Darbprogparse.c69 struct gl_fragment_program *program) in _mesa_parse_arb_fragment_program()
165 struct gl_vertex_program *program) in _mesa_parse_arb_vertex_program()
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp108 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum… in verifyProgramParam()
198 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue1f()
223 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue2f()
251 void verifyUniformValue3f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue3f()
282 void verifyUniformValue4f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue4f()
316 void verifyUniformValue1i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue1i()
341 void verifyUniformValue2i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue2i()
369 void verifyUniformValue3i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue3i()
400 void verifyUniformValue4i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue4i()
435 void verifyUniformValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint… in verifyUniformValues()
[all …]

12345678910>>...12