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

1 2 3 4 56 7 8 91011>>

  /external/libhevc/common/arm/
ihevc_itrans_recon_4x4_ttype1.s 60 @ * 1st stage output
142 @ first stage computation starts
173 @ first stage computation ends
175 @ second stage computation starts : copy pasting 1st stage
212 @ second stage computation ends
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_reg.h 53 #define _3DSTATE_COLOR_FACTOR_N_CMD(stage) (CMD_3D | (0x1d<<24) | \
54 ((0x90+(stage))<<16))
197 #define _3DSTATE_MAP_BLEND_ARG_CMD(stage) (CMD_3D|(0x0e<<24)|((stage)<<20))
222 #define _3DSTATE_MAP_BLEND_OP_CMD(stage) (CMD_3D|(0x0d<<24)|((stage)<<20))
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_reg.h 53 #define _3DSTATE_COLOR_FACTOR_N_CMD(stage) (CMD_3D | (0x1d<<24) | \
54 ((0x90+(stage))<<16))
197 #define _3DSTATE_MAP_BLEND_ARG_CMD(stage) (CMD_3D|(0x0e<<24)|((stage)<<20))
222 #define _3DSTATE_MAP_BLEND_OP_CMD(stage) (CMD_3D|(0x0d<<24)|((stage)<<20))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_debug.c 165 const char *stage )
169 printf("%s:\n", stage);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 44 * stage is the lighting stage-private data
49 struct tnl_pipeline_stage *stage,
52 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
231 struct tnl_pipeline_stage *stage,
234 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
412 struct tnl_pipeline_stage *stage,
416 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
517 struct tnl_pipeline_stage *stage,
520 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 180 static bool GetProcessorKey(const GrProcessorStage& stage,
186 static bool GetGeometryProcessorKey(const GrGeometryStage& stage,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_debug.c 165 const char *stage )
169 printf("%s:\n", stage);
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 44 * stage is the lighting stage-private data
49 struct tnl_pipeline_stage *stage,
52 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
231 struct tnl_pipeline_stage *stage,
234 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
412 struct tnl_pipeline_stage *stage,
416 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
517 struct tnl_pipeline_stage *stage,
520 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service_unittest.cc 106 void SetEnrollmentStage(ConsumerManagementService::EnrollmentStage stage) {
108 prefs::kConsumerManagementEnrollmentStage, stage);
238 // Return false for IsCurrentUserOwner() so that the enrollment stage is not
266 // The service should continue the enrollment process if the stage is
385 void SetEnrollmentStage(ConsumerManagementService::EnrollmentStage stage) {
387 prefs::kConsumerManagementEnrollmentStage, stage);
  /external/chromium_org/chrome/installer/util/
channel_info.cc 23 const wchar_t kModStage[] = L"-stage:";
238 bool ChannelInfo::SetStage(const wchar_t* stage) {
242 if (stage != NULL && *stage != L'\0') {
244 stage_str.append(stage);
install_util.cc 326 installer::InstallerStage stage) {
327 DCHECK_LE(static_cast<installer::InstallerStage>(0), stage);
328 DCHECK_GT(installer::NUM_STAGES, stage);
336 if (stage == installer::NO_STAGE) {
339 << "Failed deleting installer stage from " << state_key_path
342 const DWORD extra_code_1 = static_cast<DWORD>(stage);
346 << "Failed writing installer stage to " << state_key_path
354 if (channel_info.SetStage(kStages[stage]) &&
356 LOG(ERROR) << "Failed writing installer stage to " << state_key_path;
360 << " to update installer stage; result: " << result
    [all...]
install_util.h 87 // Update the installer stage reported by Google Update. |state_key_path|
92 installer::InstallerStage stage);
  /external/qemu/include/migration/
migration.h 109 int ram_save_live(QEMUFile *f, int stage, void *opaque);
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFullProgramBuilder.cpp 108 void GrGLFullProgramBuilder::emitEffect(const GrProcessorStage& stage,
114 const GrProcessor& effect = *stage.getProcessor();
118 this->emitTransforms(stage, &coords);
127 openBrace.printf("{ // Stage %d: %s\n", stageIndex, glEffect->name());
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 18 inline GrGLEffect::EffectKey get_key_and_update_stats(const GrEffectStage& stage,
24 const GrEffectRef& effect = *stage.getEffect();
26 GrDrawEffect drawEffect(stage, useExplicitLocalCoords);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 285 self.stage = RAW
307 assert self.stage == RAW
310 assert self.stage == FLAT
312 assert self.stage == CONV
314 assert self.stage == DONE
367 assert self.stage == RAW
396 self.stage = FLAT
407 assert self.stage == FLAT
417 self.stage = CONV
505 assert self.stage == CON
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 285 self.stage = RAW
307 assert self.stage == RAW
310 assert self.stage == FLAT
312 assert self.stage == CONV
314 assert self.stage == DONE
367 assert self.stage == RAW
396 self.stage = FLAT
407 assert self.stage == FLAT
417 self.stage = CONV
505 assert self.stage == CON
    [all...]
  /external/qemu/
arch_init.c 253 int ram_save_live(QEMUFile *f, int stage, void *opaque)
260 if (stage < 0) {
270 if (stage == 1) {
323 if (stage == 3) {
337 return (stage == 2) && (expected_time <= migrate_max_downtime());
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_action.cc 543 if (stages() & apply_info->request_data.stage) {
587 CHECK(request_data.stage & stages());
621 CHECK(request_data.stage & stages());
653 CHECK(request_data.stage & stages());
683 CHECK(request_data.stage & stages());
777 CHECK(request_data.stage & stages());
829 CHECK(request_data.stage & stages());
868 CHECK(request_data.stage & stages());
    [all...]
  /bootable/recovery/
recovery.cpp 91 char* stage = NULL; variable
195 stage = strndup(boot.stage, sizeof(boot.stage));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
dct_mmx.asm 38 ; transpose for the first stage
63 ; first stage
114 ; transpose for the second stage
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 38 ; transpose for the first stage
63 ; first stage
114 ; transpose for the second stage
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
dct_mmx.asm 38 ; transpose for the first stage
63 ; first stage
114 ; transpose for the second stage
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 65 image_writer_api::Stage Operation::GetStage() {
204 void Operation::SetStage(image_writer_api::Stage stage) {
211 stage));
219 stage_ = stage;
operation.h 39 // Each stage of the operation is generally divided into three phases: Start,
41 // for advancing to the next stage and other UI interaction. The Run phase does
73 image_writer_api::Stage GetStage();
113 void SetStage(image_writer_api::Stage stage);
204 image_writer_api::Stage stage_;

Completed in 3382 milliseconds

1 2 3 4 56 7 8 91011>>