/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_program.h | 37 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/ |
D | quad-tex.c | 63 struct program struct 65 struct pipe_loader_device *dev; 89 static void init_prog(struct program *p) in init_prog() argument
|
D | tri.c | 61 struct program struct 84 static void init_prog(struct program *p) in init_prog() argument
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 117 GLuint program = ctx.glCreateProgram(); in shader_source() local 137 GLuint program = ctx.glCreateProgram(); in compile_shader() local 236 GLuint program = ctx.glCreateProgram(); in attach_shader() local 285 GLuint program = ctx.glCreateProgram(); in detach_shader() local 343 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, f… in link_program() local 467 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSourc… in get_program_binary() local 545 GLuint program = ctx.glCreateProgram(); in program_parameteri() local 845 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_attrib_location() local 881 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_uniform_location() local 909 GLuint program = ctx.glCreateProgram(); in bind_attrib_location() local [all …]
|
D | es31fProgramStateQueryTests.cpp | 132 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local 149 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local 165 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local 258 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local 277 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local 296 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local 383 glu::Program program (m_context.getRenderContext()); in iterate() local 390 glu::Program program (m_context.getRenderContext()); in iterate() local 409 glu::Program program (m_context.getRenderContext()); in iterate() local 495 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() local [all …]
|
D | es31fNegativeStateApiTests.cpp | 251 GLuint program = ctx.glCreateProgram(); in get_attached_shaders() local 277 GLuint program = ctx.glCreateProgram(); in get_shaderiv() local 305 GLuint program = ctx.glCreateProgram(); in get_shader_info_log() local 354 GLuint program = ctx.glCreateProgram(); in get_shader_source() local 380 GLuint program = ctx.glCreateProgram(); in get_programiv() local 405 GLuint program = ctx.glCreateProgram(); in get_program_info_log() local 493 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSour… in get_uniformfv() local 536 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSou… in get_nuniformfv() local 584 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSou… in get_uniformiv() local 626 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSou… in get_nuniformiv() local [all …]
|
D | es31fNegativeVertexArrayApiTests.cpp | 388 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays() local 448 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays_incomplete_primitive() local 485 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements() local 595 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements_incomplete_primitive() local 703 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays_instanced() local 771 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays_instanced_incomplete_primitive() local 810 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements_instanced() local 927 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements_instanced_incomplete_primitive() local 1006 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements_instanced_base_vertex() local 1053 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_range_elements() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 43 _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()
|
D | shaderapi.c | 209 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 …]
|
D | uniforms.c | 426 _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/ |
D | gluProgramInterfaceQuery.cpp | 33 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()
|
D | gluProgramInterfaceQuery.hpp | 103 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/ |
D | i915_debug_fp.c | 258 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/ |
D | i915_debug_fp.c | 242 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/deqp/external/vulkancts/framework/vulkan/ |
D | vkPrograms.cpp | 105 ProgramBinary* buildProgram (const glu::ProgramSources& program, ProgramFormat binaryFormat, glu::S… in buildProgram() 135 ProgramBinary* assembleProgram (const SpirVAsmSource& program, SpirVProgramInfo* buildInfo) in assembleProgram() 159 void disassembleProgram (const ProgramBinary& program, std::ostream* dst) in disassembleProgram() 174 bool validateProgram (const ProgramBinary& program, std::ostream* dst) in validateProgram()
|
/external/ceres-solver/internal/ceres/ |
D | parameter_block_ordering.cc | 45 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()
|
D | summary_utils.cc | 49 void SummarizeGivenProgram(const Program& program, Solver::Summary* summary) { in SummarizeGivenProgram() 57 void SummarizeReducedProgram(const Program& program, Solver::Summary* summary) { in SummarizeReducedProgram()
|
D | reorder_program.cc | 140 Program* program, in ApplyOrdering() 182 Program* program, in LexicographicallyOrderResidualBlocks() 262 Program* program) { in MaybeReorderSchurComplementColumnsUsingSuiteSparse() 314 Program* program, in ReorderProgramForSchurTypeLinearSolver() 377 Program* program, in ReorderProgramForSparseNormalCholesky()
|
D | coordinate_descent_minimizer.cc | 60 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()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 31 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/ |
D | es3fShaderApiTests.cpp | 188 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 …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
D | sm4_analyze.cpp | 33 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/autotest/client/deps/glbench/src/ |
D | varyingsandddxytest.cc | 125 GLuint program = in VaryingsShaderProgram() local 152 GLuint program = in DdxDdyShaderProgram() local 183 GLuint program = VaryingsShaderProgram(1, vertex_buffer); in Run() local
|
/external/mesa3d/src/mesa/program/ |
D | arbprogparse.c | 69 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/ |
D | es2fShaderStateQueryTests.cpp | 108 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 …]
|