Searched refs:pipeline (Results 51 - 75 of 129) sorted by relevance

123456

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-changes-lowering.cc12 #include "src/compiler/pipeline.h"
65 Pipeline pipeline(&info);
68 pipeline.GenerateCodeForMachineGraph(&linkage, this->graph());
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c78 /* Add one to num_outputs because the pipeline occasionally tags on
187 static void pipeline(struct llvm_middle_end *llvm, function
290 /* Do we need to run the pipeline? Now will come here if clipped
293 pipeline( fpme,
H A Ddraw_private.h101 /** Drawing/primitive pipeline stages */
128 /* Temporary storage while the pipeline is being run:
133 } pipeline; member in struct:draw_context
415 * Primitive processing (pipeline) code:
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
H A Ddraw_pipe_pstipple.c651 return pstip_stage(draw->pipeline.pstipple);
765 * into the draw module's pipeline. This will not be used if the
783 draw->pipeline.pstipple = &pstip->stage;
H A Ddraw_pipe_aaline.c836 return aaline_stage(draw->pipeline.aaline);
933 * into the draw module's pipeline. This will not be used if the
975 draw->pipeline.aaline = &aaline->stage;
H A Ddraw_pipe_aapoint.c820 return aapoint_stage(draw->pipeline.aapoint);
879 * into the draw module's pipeline. This will not be used if the
907 draw->pipeline.aapoint = &aapoint->stage;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_private.h101 /** Drawing/primitive pipeline stages */
128 /* Temporary storage while the pipeline is being run:
133 } pipeline; member in struct:draw_context
415 * Primitive processing (pipeline) code:
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
H A Ddraw_pipe_pstipple.c651 return pstip_stage(draw->pipeline.pstipple);
765 * into the draw module's pipeline. This will not be used if the
783 draw->pipeline.pstipple = &pstip->stage;
H A Ddraw_pipe_aaline.c836 return aaline_stage(draw->pipeline.aaline);
933 * into the draw module's pipeline. This will not be used if the
975 draw->pipeline.aaline = &aaline->stage;
H A Ddraw_pipe_aapoint.c820 return aapoint_stage(draw->pipeline.aapoint);
879 * into the draw module's pipeline. This will not be used if the
907 draw->pipeline.aapoint = &aapoint->stage;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.c138 tnl->pipeline.new_state |= new_state;
H A Dt_context.h36 * a pipeline that receives as input a buffer of vertices and does all
44 * is stored. The last stage in the pipeline is the rasterizer.
192 * Contains the current state of a running pipeline.
198 /* Constant over the pipeline.
229 * Describes an individual operation on the pipeline.
235 /* Private data for the pipeline stage:
258 * GL_FALSE - finished pipeline
265 /** Contains the array of all pipeline stages.
511 struct tnl_pipeline pipeline; member in struct:__anon14586
/external/mesa3d/src/mesa/tnl/
H A Dt_context.c138 tnl->pipeline.new_state |= new_state;
H A Dt_context.h36 * a pipeline that receives as input a buffer of vertices and does all
44 * is stored. The last stage in the pipeline is the rasterizer.
192 * Contains the current state of a running pipeline.
198 /* Constant over the pipeline.
229 * Describes an individual operation on the pipeline.
235 /* Private data for the pipeline stage:
258 * GL_FALSE - finished pipeline
265 /** Contains the array of all pipeline stages.
511 struct tnl_pipeline pipeline; member in struct:__anon27997
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_interpolate_noloop_gnu.s84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_interpolate_noloop_gnu.s84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
/external/blktrace/
H A Dblkparse.c290 static int pipeline; variable
2048 if (is_done() && !force && !pipeline)
2732 if (is_pipe(optarg) && !pipeline) {
2733 pipeline = 1;
2794 if (is_pipe(argv[optind]) && !pipeline) {
2795 pipeline = 1;
2802 if (!pipeline && !ndevices) {
2856 if (pipeline)
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl2731 GLW_APICALL void GLW_APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program)
2733 DE_UNREF(pipeline);
2738 GLW_APICALL void GLW_APIENTRY glActiveShaderProgram (GLuint pipeline, GLuint program)
2740 DE_UNREF(pipeline);
2752 GLW_APICALL void GLW_APIENTRY glBindProgramPipeline (GLuint pipeline)
2754 DE_UNREF(pipeline);
2763 GLW_APICALL GLboolean GLW_APIENTRY glIsProgramPipeline (GLuint pipeline)
2765 DE_UNREF(pipeline);
2769 GLW_APICALL void GLW_APIENTRY glGetProgramPipelineiv (GLuint pipeline, GLenum pname, GLint* params)
2771 DE_UNREF(pipeline);
[all...]
/external/oprofile/events/i386/nehalem/
H A Devents38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline.
72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
91 event:0xD4 counters:0,1,2,3 um:one minimum:6000 name:SEG_RENAME_STALLS : Counts the number of stall cycles due to the lack of renaming resources for the ES, DS, FS, and GS segment registers. If a segment is renamed but not retired and a second update to the same segment occurs, a stall occurs in the front-end of the pipeline until the renamed segment retires.
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl405 void glUseProgramStages (glw::GLuint pipeline, glw::GLbitfield stages, glw::GLuint program);
406 void glActiveShaderProgram (glw::GLuint pipeline, glw::GLuint program);
408 void glBindProgramPipeline (glw::GLuint pipeline);
411 glw::GLboolean glIsProgramPipeline (glw::GLuint pipeline);
412 void glGetProgramPipelineiv (glw::GLuint pipeline, glw::GLenum pname, glw::GLint* params);
463 void glValidateProgramPipeline (glw::GLuint pipeline);
464 void glGetProgramPipelineInfoLog (glw::GLuint pipeline, glw::GLsizei bufSize, glw::GLsizei* length, glw::GLchar* infoLog);
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl951 void glwUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);
952 void glwActiveShaderProgram (GLuint pipeline, GLuint program);
954 void glwBindProgramPipeline (GLuint pipeline);
957 GLboolean glwIsProgramPipeline (GLuint pipeline);
958 void glwGetProgramPipelineiv (GLuint pipeline, GLenum pname, GLint* params);
1009 void glwValidateProgramPipeline (GLuint pipeline);
1010 void glwGetProgramPipelineInfoLog (GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog);
H A DglwFunctionTypes.inl405 typedef GLW_APICALL void (GLW_APIENTRY* glUseProgramStagesFunc) (GLuint pipeline, GLbitfield stages, GLuint program);
406 typedef GLW_APICALL void (GLW_APIENTRY* glActiveShaderProgramFunc) (GLuint pipeline, GLuint program);
408 typedef GLW_APICALL void (GLW_APIENTRY* glBindProgramPipelineFunc) (GLuint pipeline);
411 typedef GLW_APICALL GLboolean (GLW_APIENTRY* glIsProgramPipelineFunc) (GLuint pipeline);
412 typedef GLW_APICALL void (GLW_APIENTRY* glGetProgramPipelineivFunc) (GLuint pipeline, GLenum pname, GLint* params);
463 typedef GLW_APICALL void (GLW_APIENTRY* glValidateProgramPipelineFunc) (GLuint pipeline);
464 typedef GLW_APICALL void (GLW_APIENTRY* glGetProgramPipelineInfoLogFunc) (GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog);
H A DglwImpl.inl3213 void glwUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program)
3218 gl->useProgramStages(pipeline, stages, program);
3221 void glwActiveShaderProgram (GLuint pipeline, GLuint program)
3226 gl->activeShaderProgram(pipeline, program);
3237 void glwBindProgramPipeline (GLuint pipeline)
3242 gl->bindProgramPipeline(pipeline);
3261 GLboolean glwIsProgramPipeline (GLuint pipeline)
3266 return gl->isProgramPipeline(pipeline);
3269 void glwGetProgramPipelineiv (GLuint pipeline, GLenum pname, GLint* params)
3274 gl->getProgramPipelineiv(pipeline, pnam
[all...]

Completed in 1660 milliseconds

123456