Home
last modified time | relevance | path

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

12345678910>>...15

/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.cpp117 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 …]
Des31fProgramStateQueryTests.cpp132 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 …]
Des31fNegativeTessellationTests.cpp120 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
139 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
163 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
180 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
214 glu::ShaderProgram program(ctx.getRenderContext(), in invalid_primitive_mode() local
243 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_not_active() local
332 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_control_invalid_vertex_count() local
352 GLuint program = ctx.glCreateProgram(); in invalid_get_programiv() local
Des31fNegativeStateApiTests.cpp269 GLuint program = ctx.glCreateProgram(); in get_attached_shaders() local
295 GLuint program = ctx.glCreateProgram(); in get_shaderiv() local
323 GLuint program = ctx.glCreateProgram(); in get_shader_info_log() local
372 GLuint program = ctx.glCreateProgram(); in get_shader_source() local
398 GLuint program = ctx.glCreateProgram(); in get_programiv() local
423 GLuint program = ctx.glCreateProgram(); in get_program_info_log() local
511 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSour… in get_uniformfv() local
554 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSou… in get_nuniformfv() local
602 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSou… in get_uniformiv() local
644 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(getVtxFragVersionSou… in get_nuniformiv() local
[all …]
Des31fNegativeVertexArrayApiTests.cpp388 …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 …]
Des31fProgramInterfaceDefinitionUtil.cpp128 bool programContainsIOBlocks (const ProgramInterfaceDefinition::Program* program) in programContainsIOBlocks()
155 glu::ShaderType getProgramTransformFeedbackStage (const ProgramInterfaceDefinition::Program* progra… in getProgramTransformFeedbackStage()
242 static std::string getShaderTypeDeclarations (const ProgramInterfaceDefinition::Program* program, g… in getShaderTypeDeclarations()
394 const ProgramInterfaceDefinition::Program* program, in writeVariableReadAccumulateExpression()
508 const ProgramInterfaceDefinition::Program* program) in writeInterfaceReadAccumulateExpression()
563 const ProgramInterfaceDefinition::Program* program, in writeVariableWriteExpression()
641 const ProgramInterfaceDefinition::Program* program) in writeInterfaceWriteExpression()
800 …ath (std::vector<VariablePathComponent>& typePath, const ProgramInterfaceDefinition::Program* prog… in traverseProgramVariablePath()
1190 static int getNumFeedbackVaryingComponents (const ProgramInterfaceDefinition::Program* program, con… in getNumFeedbackVaryingComponents()
1205 static int getNumXFBComponents (const ProgramInterfaceDefinition::Program* program) in getNumXFBComponents()
[all …]
/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()
DgluCallLogWrapper.inl7 void CallLogWrapper::glActiveShaderProgram (glw::GLuint pipeline, glw::GLuint program)
21 void CallLogWrapper::glAttachShader (glw::GLuint program, glw::GLuint shader)
56 void CallLogWrapper::glBindAttribLocation (glw::GLuint program, glw::GLuint index, const glw::GLcha…
98 void CallLogWrapper::glBindFragDataLocation (glw::GLuint program, glw::GLuint color, const glw::GLc…
105 void CallLogWrapper::glBindFragDataLocationIndexed (glw::GLuint program, glw::GLuint colorNumber, g…
788 void CallLogWrapper::glDeleteProgram (glw::GLuint program)
900 void CallLogWrapper::glDetachShader (glw::GLuint program, glw::GLuint shader)
1339 void CallLogWrapper::glGetActiveAtomicCounterBufferiv (glw::GLuint program, glw::GLuint bufferIndex…
1346 void CallLogWrapper::glGetActiveAttrib (glw::GLuint program, glw::GLuint index, glw::GLsizei bufSiz…
1353 void CallLogWrapper::glGetActiveSubroutineName (glw::GLuint program, glw::GLenum shadertype, glw::G…
[all …]
/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/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/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp105 ProgramBinary* buildProgram (const glu::ProgramSources& program, ProgramFormat binaryFormat, glu::S… in buildProgram()
143 ProgramBinary* assembleProgram (const SpirVAsmSource& program, SpirVProgramInfo* buildInfo) in assembleProgram()
167 void disassembleProgram (const ProgramBinary& program, std::ostream* dst) in disassembleProgram()
182 bool validateProgram (const ProgramBinary& program, std::ostream* dst) in validateProgram()
/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/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 …]
/external/autotest/client/deps/glbench/src/
Dvaryingsandddxytest.cc125 GLuint program = in VaryingsShaderProgram() local
152 GLuint program = in DdxDdyShaderProgram() local
183 GLuint program = VaryingsShaderProgram(1, vertex_buffer); in Run() local
/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/skia/src/sksl/
DSkSLMain.cpp53 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
65 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local

12345678910>>...15