Home
last modified time | relevance | path

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

12345678910>>...15

/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
Des31fNegativeShaderFramebufferFetchTests.cpp77 void verifyProgramError (NegativeTestContext& ctx, const glu::ShaderProgram& program, ProgramError… in verifyProgramError()
135 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in last_frag_data_not_defined() local
160 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in last_frag_data_readonly() local
186 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_inout_version() local
214 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_redeclaration_inout() local
239 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in invalid_vertex_inout() local
Des31fNegativeComputeTests.cpp86 void verifyLinkError (NegativeTestContext& ctx, const glu::ShaderProgram& program) in verifyLinkError()
103 void verifyCompileError (NegativeTestContext& ctx, const glu::ShaderProgram& program, glu::ShaderTy… in verifyCompileError()
194 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_uniform_block_limit() local
212 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_shader_storage_block_limit() local
236 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_texture_image_units_limit() local
272 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_image_uniforms_limit() local
295 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_shared_memory_size_limit() local
318 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_uniform_components_limit() local
350 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_atomic_counter_buffer_limit() local
375 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() in exceed_atomic_counters_limit() local
[all …]
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.cpp395 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays() local
455 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays_incomplete_primitive() local
492 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements() local
602 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements_incomplete_primitive() local
730 …glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparabl… in draw_elements_base_vertex_primitive_mode_mismatch() local
747 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays_instanced() local
815 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_arrays_instanced_incomplete_primitive() local
854 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements_instanced() local
971 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplate(… in draw_elements_instanced_incomplete_primitive() local
1050 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(tcu::StringTemplat… in draw_elements_instanced_base_vertex() local
[all …]
/external/mesa3d/src/mesa/main/
Duniforms.c288 _mesa_ProgramUniform1f(GLuint program, GLint location, GLfloat v0) in _mesa_ProgramUniform1f()
298 _mesa_ProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1) in _mesa_ProgramUniform2f()
310 _mesa_ProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, in _mesa_ProgramUniform3f()
324 _mesa_ProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, in _mesa_ProgramUniform4f()
339 _mesa_ProgramUniform1i(GLuint program, GLint location, GLint v0) in _mesa_ProgramUniform1i()
349 _mesa_ProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1) in _mesa_ProgramUniform2i()
361 _mesa_ProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, in _mesa_ProgramUniform3i()
375 _mesa_ProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, in _mesa_ProgramUniform4i()
390 _mesa_ProgramUniform1fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform1fv()
401 _mesa_ProgramUniform2fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform2fv()
[all …]
Dprogram_resource.c70 lookup_linked_program(GLuint program, const char *caller) in lookup_linked_program()
88 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramInterfaceiv()
262 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceIndex()
332 _mesa_GetProgramResourceName(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceName()
364 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceiv()
397 _mesa_GetProgramResourceLocation(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceLocation()
453 _mesa_GetProgramResourceLocationIndex(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceLocationIndex()
Dshaderapi.c253 attach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in attach_shader()
406 detach_shader(struct gl_context *ctx, GLuint program, GLuint shader) in detach_shader()
478 get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, in get_attached_shaders()
603 get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, in get_programiv()
922 get_program_info_log(struct gl_context *ctx, GLuint program, GLsizei bufSize, in get_program_info_log()
1319 validate_program(struct gl_context *ctx, GLuint program) in validate_program()
1342 _mesa_AttachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_AttachObjectARB()
1350 _mesa_AttachShader(GLuint program, GLuint shader) in _mesa_AttachShader()
1451 _mesa_DetachObjectARB(GLhandleARB program, GLhandleARB shader) in _mesa_DetachObjectARB()
1459 _mesa_DetachShader(GLuint program, GLuint shader) in _mesa_DetachShader()
[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/skia/src/sksl/
DSkSLMain.cpp71 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
87 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
104 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
121 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
/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/external/vulkancts/framework/vulkan/
DvkPrograms.cpp102 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo) in buildProgram()
134 ProgramBinary* assembleProgram (const SpirVAsmSource& program, SpirVProgramInfo* buildInfo) in assembleProgram()
158 void disassembleProgram (const ProgramBinary& program, std::ostream* dst) in disassembleProgram()
173 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/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/mesa/program/
Darbprogparse.c70 struct gl_program *program) in _mesa_parse_arb_fragment_program()
163 struct gl_program *program) in _mesa_parse_arb_vertex_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 …]
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc146 void DumpBPF::PrintProgram(const CodeGen::Program& program) { in PrintProgram()
150 std::string DumpBPF::StringPrintProgram(const CodeGen::Program& program) { in StringPrintProgram()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c67 const struct si_compute *program, in si_compute_get_code_object()
98 struct si_compute *program = CALLOC_STRUCT(si_compute); in si_create_compute_state() local
197 struct si_compute *program = sctx->cs_shader_state.program; in si_set_global_binding() local
315 struct si_compute *program, in si_switch_compute_shader()
452 struct si_compute *program = sctx->cs_shader_state.program; in si_setup_user_sgprs_co_v2() local
543 struct si_compute *program = sctx->cs_shader_state.program; in si_upload_compute_input() local
622 struct si_compute *program = sctx->cs_shader_state.program; in si_setup_tgsi_grid() local
684 struct si_compute *program = sctx->cs_shader_state.program; in si_launch_grid() local
776 struct si_compute *program = (struct si_compute *)state; in si_delete_compute_state() local
/external/skia/src/jumper/
DSkJumper_misc.h54 SI void* load_and_inc(void**& program) { in load_and_inc()
70 void**& program; member

12345678910>>...15