HomeSort by relevance Sort by last modified time
    Searched refs:stage (Results 226 - 250 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c 272 * Plug in the primitive rendering/rasterization stage (which is the last
273 * stage in the drawing pipeline).
277 struct draw_stage *stage )
281 draw->pipeline.rasterize = stage;
  /external/chromium_org/ui/webui/resources/js/
load_time_data.js 9 * any data that is important to have ready from a very early stage (e.g. things
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 272 * Plug in the primitive rendering/rasterization stage (which is the last
273 * stage in the drawing pipeline).
277 struct draw_stage *stage )
281 draw->pipeline.rasterize = stage;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 1085 TargetNV50::runLegalizePass(Program *prog, CGStage stage) const
1089 if (stage == CG_STAGE_PRE_SSA) {
1093 if (stage == CG_STAGE_SSA) {
1099 if (stage == CG_STAGE_POST_RA) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 1085 TargetNV50::runLegalizePass(Program *prog, CGStage stage) const
1089 if (stage == CG_STAGE_PRE_SSA) {
1093 if (stage == CG_STAGE_SSA) {
1099 if (stage == CG_STAGE_POST_RA) {
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp     [all...]
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 411 h.stage(theOutputBuffer, 0, theSize);
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 517 // temporarily change the stage index because we're inserting non-stage code.
611 const GrEffectStage& stage = *effectStages[e]; local
613 CodeStage::AutoStageRestore csar(&fCodeStage, &stage);
624 // create var to hold stage result
631 programEffectsBuilder->emitEffect(stage,
    [all...]
  /bootable/recovery/updater/
install.c     [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
ji3dnflt.asm 230 ; -- Final output stage
355 ; -- Final output stage
jimmxfst.asm 250 ; -- Final output stage
404 ; -- Final output stage
jiss2flt-64.asm 244 ; -- Final output stage
388 ; -- Final output stage
jiss2fst-64.asm 235 ; -- Final output stage
396 ; -- Final output stage
jiss2fst.asm 242 ; -- Final output stage
403 ; -- Final output stage
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.h 310 const char *stage );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 348 /* Render pipeline stage */
355 struct tnl_pipeline_stage *stage )
428 /* Initial state for tcl stage.
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_render.c 263 struct tnl_pipeline_stage *stage )
333 /* Render pipeline stage */
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 946 log.writeMessage("// Vertex stage program:");
948 log.writeMessage("// Fragment stage program:");
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.h 310 const char *stage );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 348 /* Render pipeline stage */
355 struct tnl_pipeline_stage *stage )
428 /* Initial state for tcl stage.
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 263 struct tnl_pipeline_stage *stage )
333 /* Render pipeline stage */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 632 h.stage(theOutputBuffer, 0, theSize);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_idct.c 840 idct->pipe->set_fragment_sampler_views(idct->pipe, 2, buffer->sampler_views.stage[0]);
849 /* first stage */
862 /* second stage */
865 idct->pipe->set_fragment_sampler_views(idct->pipe, 2, buffer->sampler_views.stage[1]);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 840 idct->pipe->set_fragment_sampler_views(idct->pipe, 2, buffer->sampler_views.stage[0]);
849 /* first stage */
862 /* second stage */
865 idct->pipe->set_fragment_sampler_views(idct->pipe, 2, buffer->sampler_views.stage[1]);

Completed in 1747 milliseconds

1 2 3 4 5 6 7 8 91011>>