HomeSort by relevance Sort by last modified time
    Searched refs:pipeline (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe.c 41 /* create pipeline stages */
42 draw->pipeline.wide_line = draw_wide_line_stage( draw );
43 draw->pipeline.wide_point = draw_wide_point_stage( draw );
44 draw->pipeline.stipple = draw_stipple_stage( draw );
45 draw->pipeline.unfilled = draw_unfilled_stage( draw );
46 draw->pipeline.twoside = draw_twoside_stage( draw );
47 draw->pipeline.offset = draw_offset_stage( draw );
48 draw->pipeline.clip = draw_clip_stage( draw );
49 draw->pipeline.flatshade = draw_flatshade_stage( draw );
50 draw->pipeline.cull = draw_cull_stage( draw )
    [all...]
draw_pipe_validate.c 58 * pipeline stages, or whether prims/verts can go through untouched.
60 * about the primitive pipeline stages.
80 * and triggering the pipeline, because we have to trigger the
81 * pipeline *anyway* if unfilled mode is active.
86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
94 if (rasterizer->line_smooth && draw->pipeline.aaline)
101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
106 && draw->pipeline.wide_point_sprites)
110 if (rasterizer->point_smooth && draw->pipeline.aapoint
292 struct draw_stage *pipeline = validate_pipeline( stage ); local
299 struct draw_stage *pipeline = validate_pipeline( stage ); local
306 struct draw_stage *pipeline = validate_pipeline( stage ); local
312 struct draw_stage *pipeline = validate_pipeline( stage ); local
    [all...]
draw_pipe_util.c 114 struct draw_stage *stage = draw->pipeline.first;
125 if (draw->pipeline.verts)
128 char *verts = draw->pipeline.verts;
129 unsigned stride = draw->pipeline.vertex_stride;
131 for (i = 0; i < draw->pipeline.vertex_count; i++) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c 41 /* create pipeline stages */
42 draw->pipeline.wide_line = draw_wide_line_stage( draw );
43 draw->pipeline.wide_point = draw_wide_point_stage( draw );
44 draw->pipeline.stipple = draw_stipple_stage( draw );
45 draw->pipeline.unfilled = draw_unfilled_stage( draw );
46 draw->pipeline.twoside = draw_twoside_stage( draw );
47 draw->pipeline.offset = draw_offset_stage( draw );
48 draw->pipeline.clip = draw_clip_stage( draw );
49 draw->pipeline.flatshade = draw_flatshade_stage( draw );
50 draw->pipeline.cull = draw_cull_stage( draw )
    [all...]
draw_pipe_validate.c 58 * pipeline stages, or whether prims/verts can go through untouched.
60 * about the primitive pipeline stages.
80 * and triggering the pipeline, because we have to trigger the
81 * pipeline *anyway* if unfilled mode is active.
86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
94 if (rasterizer->line_smooth && draw->pipeline.aaline)
101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
106 && draw->pipeline.wide_point_sprites)
110 if (rasterizer->point_smooth && draw->pipeline.aapoint
292 struct draw_stage *pipeline = validate_pipeline( stage ); local
299 struct draw_stage *pipeline = validate_pipeline( stage ); local
306 struct draw_stage *pipeline = validate_pipeline( stage ); local
312 struct draw_stage *pipeline = validate_pipeline( stage ); local
    [all...]
draw_pipe_util.c 114 struct draw_stage *stage = draw->pipeline.first;
125 if (draw->pipeline.verts)
128 char *verts = draw->pipeline.verts;
129 unsigned stride = draw->pipeline.vertex_stride;
131 for (i = 0; i < draw->pipeline.vertex_count; i++) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequestCaller.java 17 package com.android.gallery3d.filtershow.pipeline;
PipelineInterface.java 17 package com.android.gallery3d.filtershow.pipeline;
SharedPreset.java 17 package com.android.gallery3d.filtershow.pipeline;
SharedBuffer.java 17 package com.android.gallery3d.filtershow.pipeline;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_pipeline.c 44 tnl->pipeline.new_state = ~0;
49 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
55 tnl->pipeline.nr_stages = i;
63 for (i = 0 ; i < tnl->pipeline.nr_stages ; i++) {
64 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
69 tnl->pipeline.nr_stages = 0;
80 if (tnl->vb.AttribPtr[i]->size != tnl->pipeline.last_attrib_size[i] ||
81 tnl->vb.AttribPtr[i]->stride != tnl->pipeline.last_attrib_stride[i]) {
82 tnl->pipeline.last_attrib_size[i] = tnl->vb.AttribPtr[i]->size;
83 tnl->pipeline.last_attrib_stride[i] = tnl->vb.AttribPtr[i]->stride
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 44 tnl->pipeline.new_state = ~0;
49 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
55 tnl->pipeline.nr_stages = i;
63 for (i = 0 ; i < tnl->pipeline.nr_stages ; i++) {
64 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
69 tnl->pipeline.nr_stages = 0;
80 if (tnl->vb.AttribPtr[i]->size != tnl->pipeline.last_attrib_size[i] ||
81 tnl->vb.AttribPtr[i]->stride != tnl->pipeline.last_attrib_stride[i]) {
82 tnl->pipeline.last_attrib_size[i] = tnl->vb.AttribPtr[i]->size;
83 tnl->pipeline.last_attrib_stride[i] = tnl->vb.AttribPtr[i]->stride
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
FilterView.java 19 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
ParameterStyles.java 21 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
  /external/chromium_org/media/filters/
pipeline_integration_perftest.cc 21 PipelineIntegrationTestBase pipeline; local
23 ASSERT_TRUE(pipeline.Start(GetTestDataFilePath(filename),
28 pipeline.Play();
30 ASSERT_TRUE(pipeline.WaitUntilOnEnded());
33 pipeline.Stop();
36 time_seconds += pipeline.GetAudioTime().InSecondsF();
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 26 #include "media/base/pipeline.h"
103 media::Pipeline* pipeline,
146 pipeline->Start(
152 // Wait until the pipeline is fully initialized.
154 CHECK_EQ(status, media::PIPELINE_OK) << "Pipeline initialization failed";
157 pipeline->SetPlaybackRate(1.0f);
165 media::Pipeline* pipeline,
169 // Quit message_loop only when pipeline is fully stopped
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 57 unsigned int pipeline; member in struct:Config
73 config->pipeline = 0;
106 config->pipeline |= PIPELINE_STEP_MC;
108 config->pipeline |= PIPELINE_STEP_CSC;
110 config->pipeline |= PIPELINE_STEP_SWAP;
157 "\t-p <pipeline>\tPipeline to test\n"
169 if (!config->pipeline)
170 config->pipeline = PIPELINE_STEP_MC | PIPELINE_STEP_CSC | PIPELINE_STEP_SWAP;
263 if (config.pipeline & PIPELINE_STEP_MC)
268 if (config.pipeline & PIPELINE_STEP_CSC
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 57 unsigned int pipeline; member in struct:Config
73 config->pipeline = 0;
106 config->pipeline |= PIPELINE_STEP_MC;
108 config->pipeline |= PIPELINE_STEP_CSC;
110 config->pipeline |= PIPELINE_STEP_SWAP;
157 "\t-p <pipeline>\tPipeline to test\n"
169 if (!config->pipeline)
170 config->pipeline = PIPELINE_STEP_MC | PIPELINE_STEP_CSC | PIPELINE_STEP_SWAP;
263 if (config.pipeline & PIPELINE_STEP_MC)
268 if (config.pipeline & PIPELINE_STEP_CSC
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 43 public class Pipeline extends InputStream {
59 Pipeline pipeline; field in class:Pipeline.MyTimer
63 protected MyTimer(Pipeline pipeline) {
64 this.pipeline = pipeline;
72 pipeline.close();
122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 25 import com.android.gallery3d.filtershow.pipeline.PipelineInterface;
55 PipelineInterface pipeline = getEnvironment().getPipeline(); local
56 return pipeline.getRSContext();
60 PipelineInterface pipeline = getEnvironment().getPipeline(); local
61 return pipeline.getInPixelsAllocation();
65 PipelineInterface pipeline = getEnvironment().getPipeline(); local
66 return pipeline.getOutPixelsAllocation();
84 PipelineInterface pipeline = getEnvironment().getPipeline(); local
85 createFilter(pipeline.getResources(), getEnvironment().getScaleFactor(),
116 PipelineInterface pipeline = getEnvironment().getPipeline() local
    [all...]
FilterUserPresetRepresentation.java 20 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 70 ChannelPipeline pipeline = channel.pipeline();
76 pipeline.addLast("ssl", new SslHandler(engine));
79 pipeline.addLast("codec", new HttpClientCodec());
80 pipeline.addLast("inflater", new HttpContentDecompressor());
81 pipeline.addLast("handler", new HttpChannel(channel));
107 httpChannel = (HttpChannel) channel.pipeline().last();
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 669 // Final pipeline has a single program?
708 msg << "Pipeline configuration:\n";
805 // Program pipeline wrapper that retains references to component programs.
807 struct Pipeline
809 Pipeline (MovePtr<ProgramPipeline> pipeline_,
813 : pipeline (pipeline_)
828 UniquePtr<ProgramPipeline> pipeline;
834 void logPipeline(TestLog& log, const Pipeline& pipeline)
836 ProgramWrapper& vtxProg = pipeline.getVertexProgram()
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryItem.java 22 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31.spec 12 void glUseProgramStages ( GLuint pipeline, GLbitfield stages, GLuint program )
13 void glActiveShaderProgram ( GLuint pipeline, GLuint program )
15 void glBindProgramPipeline ( GLuint pipeline )
18 GLboolean glIsProgramPipeline ( GLuint pipeline )
19 void glGetProgramPipelineiv ( GLuint pipeline, GLenum pname, GLint *params )
53 void glValidateProgramPipeline ( GLuint pipeline )
54 void glGetProgramPipelineInfoLog ( GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog )

Completed in 838 milliseconds

1 2 3 4 5 6 7