HomeSort by relevance Sort by last modified time
    Searched refs:stage (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /external/mesa3d/src/gallium/state_trackers/vega/
shaders_cache.h 54 #define _SHADERS_GET_STAGE(stage, id) \
55 ((id) & (((1 << _SHADERS_ ## stage ## _BITS) - 1) << SHADERS_ ## stage ## _SHIFT))
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffect.h 54 /** Called when the program stage should insert its code into the shaders. The code in each
59 @param drawEffect A wrapper on the effect that generated this program stage.
63 @param outputColor A predefined vec4 in the FS in which the stage should place its output
65 @param inputColor A vec4 that holds the input color to the stage in the FS. This may be
81 /** A GrGLEffect instance can be reused with any GrEffect that produces the same stage
82 key; this function reads data from a stage and uploads any uniform variables required
93 static EffectKey GenAttribKey(const GrDrawEffect& stage);
  /external/skia/src/gpu/gl/
GrGLEffect.h 54 /** Called when the program stage should insert its code into the shaders. The code in each
59 @param drawEffect A wrapper on the effect that generated this program stage.
63 @param outputColor A predefined vec4 in the FS in which the stage should place its output
65 @param inputColor A vec4 that holds the input color to the stage in the FS. This may be
81 /** A GrGLEffect instance can be reused with any GrEffect that produces the same stage
82 key; this function reads data from a stage and uploads any uniform variables required
93 static EffectKey GenAttribKey(const GrDrawEffect& stage);
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute_unittest.cc 211 const RequestStage stage = static_cast<RequestStage>(i); local
214 stage)));
216 stage)));
220 stage)));
222 stage)));
226 stage)));
228 stage)));
233 // and tests a couple of "stage" attributes -- one created with an empty set of
234 // applicable stages, one for each stage applicable for that stage, and on
429 const RequestStage stage = ON_BEFORE_SEND_HEADERS; local
520 const RequestStage stage = ON_HEADERS_RECEIVED; local
    [all...]
webrequest_action_unittest.cc 81 // |extension_id| during |stage|.
85 RequestStage stage);
89 // can execute that action at |stage|. Also checks that the action is not
91 void CheckActionNeedsAllUrls(const char* action, RequestStage stage);
137 RequestStage stage) {
142 WebRequestData request_data(&regular_request, stage, headers.get());
154 RequestStage stage) {
161 "http://test.com", extension_->id(), action_set.get(), stage));
164 "http://test.com", extension_all_urls_->id(), action_set.get(), stage));
168 "http://clients1.google.com", extension_->id(), action_set.get(), stage));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/recovery_private/
recovery_operation_manager.h 64 recovery_api::Stage stage,
72 recovery_api::Stage stage,
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 134 updateStage(Stage.Introduction);
156 if (mUiStage == Stage.NeedToConfirm || mUiStage == Stage.ConfirmWrong) {
158 "null chosen pattern in stage 'need to confirm");
160 updateStage(Stage.ChoiceConfirmed);
162 updateStage(Stage.ConfirmWrong);
164 } else if (mUiStage == Stage.Introduction || mUiStage == Stage.ChoiceTooShort){
166 updateStage(Stage.ChoiceTooShort);
169 updateStage(Stage.FirstChoiceValid)
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 441 ; Instead of doing the transforms stage by stage, it is done by loading
460 ; part of stage 1
468 ; part of stage 1
476 ; part of stage 2
486 ; part of stage 3
495 ; part of stage 1
503 ; part of stage 1
511 ; part of stage 2
521 ; part of stage
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_shader_state.c 32 struct nvc0_program *prog, int stage)
40 nvc0->state.tls_required |= 1 << stage;
42 if (nvc0->state.tls_required == (1 << stage))
44 nvc0->state.tls_required &= ~(1 << stage);
53 BEGIN_NVC0(push, NVC0_3D(CB_BIND(stage)), 1);
56 nvc0->state.c14_bound |= 1 << stage;
58 if (nvc0->state.c14_bound & (1 << stage)) {
59 BEGIN_NVC0(push, NVC0_3D(CB_BIND(stage)), 1);
62 nvc0->state.c14_bound &= ~(1 << stage);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 32 struct nvc0_program *prog, int stage)
40 nvc0->state.tls_required |= 1 << stage;
42 if (nvc0->state.tls_required == (1 << stage))
44 nvc0->state.tls_required &= ~(1 << stage);
53 BEGIN_NVC0(push, NVC0_3D(CB_BIND(stage)), 1);
56 nvc0->state.c14_bound |= 1 << stage;
58 if (nvc0->state.c14_bound & (1 << stage)) {
59 BEGIN_NVC0(push, NVC0_3D(CB_BIND(stage)), 1);
62 nvc0->state.c14_bound &= ~(1 << stage);
  /external/chromium_org/chrome/installer/util/
channel_info.h 81 // Adds the -stage: modifier with the given string (if |stage| is non-NULL) or
82 // removes the -stage: modifier (otherwise), returning true if the value is
84 bool SetStage(const wchar_t* stage);
86 // Returns the string identifying the current stage, or an empty string if the
87 // -stage: modifier is not present in the value.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 41 virtual bool runLegalizePass(Program *, CGStage stage) const;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 41 virtual bool runLegalizePass(Program *, CGStage stage) const;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 41 virtual bool runLegalizePass(Program *, CGStage stage) const;
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 41 virtual bool runLegalizePass(Program *, CGStage stage) const;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 29 * \brief Pipeline stage for executing vertex programs.
62 * Private storage for the vertex program pipeline stage.
78 #define VP_STAGE_DATA(stage) ((struct vp_stage_data *)(stage->privatePtr))
217 * stage we'd recompute/validate it here.
311 run_vp( struct gl_context *ctx, struct tnl_pipeline_stage *stage )
314 struct vp_stage_data *store = VP_STAGE_DATA(stage);
506 * Called the first time stage->run is called. In effect, don't
507 * allocate data until the first time the stage is run.
510 init_vp(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
    [all...]
t_vb_texgen.c 74 /* Buffered outputs of the stage.
80 #define TEXGEN_STAGE_DATA(stage) ((struct texgen_stage_data *)stage->privatePtr)
484 struct tnl_pipeline_stage *stage )
487 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage);
509 struct tnl_pipeline_stage *stage )
511 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage);
556 /* Called the first time stage->run() is invoked.
559 struct tnl_pipeline_stage *stage )
565 stage->privatePtr = CALLOC(sizeof(*store))
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 29 * \brief Pipeline stage for executing vertex programs.
62 * Private storage for the vertex program pipeline stage.
78 #define VP_STAGE_DATA(stage) ((struct vp_stage_data *)(stage->privatePtr))
217 * stage we'd recompute/validate it here.
311 run_vp( struct gl_context *ctx, struct tnl_pipeline_stage *stage )
314 struct vp_stage_data *store = VP_STAGE_DATA(stage);
506 * Called the first time stage->run is called. In effect, don't
507 * allocate data until the first time the stage is run.
510 init_vp(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
    [all...]
t_vb_texgen.c 74 /* Buffered outputs of the stage.
80 #define TEXGEN_STAGE_DATA(stage) ((struct texgen_stage_data *)stage->privatePtr)
484 struct tnl_pipeline_stage *stage )
487 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage);
509 struct tnl_pipeline_stage *stage )
511 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage);
556 /* Called the first time stage->run() is invoked.
559 struct tnl_pipeline_stage *stage )
565 stage->privatePtr = CALLOC(sizeof(*store))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 24 function drawProgressSpinner(ctx, stage) {
31 var color = ((stage == 'm') ? ((seg % 2) == 0) : (seg <= stage));
113 function drawIcon(side, stage, badge) {
118 if (stage != 'n') {
119 drawProgressSpinner(ctx, stage);
147 function setBrowserActionIcon(stage, badge) {
148 var canvas1 = drawIcon(19, stage, badge);
149 var canvas2 = drawIcon(38, stage, badge);
191 var stage = !anyInProgress ? 'n' : (anyMissingTotalBytes ? 'm'
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
ReverbConvolver.cpp 66 , m_minFFTSize(MinFFTSize) // First stage will have this size - successive stages will double in size each time
95 // For the last stage, it's possible that stageOffset is such that we're straddling the end
96 // of the impulse response buffer (if we use stageSize), so reduce the last stage's length...
105 OwnPtr<ReverbConvolverStage> stage = adoptPtr(new ReverbConvolverStage(response, totalResponseLength, reverbTotalLatency, stageOffset, stageSize, fftSize, renderPhase, renderSliceSize, &m_accumulationBuffer, useDirectConvolver)); local
110 m_backgroundStages.append(stage.release());
113 m_stages.append(stage.release());
166 // Even though it doesn't seem like every stage needs to maintain its own version of readIndex
174 // Accumulate contributions from each stage
198 // Accumulate contributions from each stage
  /external/opencv/cv/src/
cvcorner.cpp 223 int stage = CV_START; local
323 stage = stage & CV_START ? CV_START + CV_END : CV_END;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
326 cvPoint(0,0), stage );
387 stage = stage & CV_START ? CV_START + CV_END : CV_END;
390 cvRect(0,0,-1,stripe_size.height),cvPoint(0,0),stage+CV_ISOLATED_ROI);
406 stage = CV_MIDDLE;
519 int stage = CV_START local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask_unittest.cc 550 for (XlttStage stage = XLTT_STAGE_CONNECT;
551 stage <= XLTT_STAGE_SESSION_SUCCESS;
552 stage = static_cast<XlttStage>(stage + 1)) {
553 RunPartialLogin(XLTT_STAGE_CONNECT, stage);
575 for (XlttStage stage = XLTT_STAGE_CONNECT;
576 stage <= XLTT_STAGE_SESSION_SUCCESS;
577 stage = static_cast<XlttStage>(stage + 1)) {
578 switch (stage) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_idct.h 70 struct pipe_sampler_view *stage[2][2]; member in union:vl_idct_buffer::__anon14517
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h 70 struct pipe_sampler_view *stage[2][2]; member in union:vl_idct_buffer::__anon24859

Completed in 683 milliseconds

1 2 34 5 6 7 8 9