Searched refs:Stage (Results 1 - 25 of 38) sorted by last modified time

12

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio1.c524 cmsStage* Stage; local
526 for (Stage = cmsPipelineGetPtrToFirstStage(Lut);
527 Stage != NULL;
528 Stage = cmsStageNext(Stage)) {
530 if (cmsStageType(Stage) == cmsSigCLutElemType) {
532 _cmsStageCLutData* CLUT = (_cmsStageCLutData*) Stage ->Data;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h392 #define IMPLEMENT_SHADER_STAGE(XS, Stage) \
394 ID3D11##Stage##Shader *pShader \
401 ID3D11##Stage##Shader **ppShader \
405 *ppShader = (ID3D11##Stage##Shader*)shaders[D3D11_STAGE_##XS].ref(); \
H A Dd3d11_screen.h1451 #define IMPLEMENT_CREATE_SHADER(Stage, GALLIUM) \
1452 virtual HRESULT STDMETHODCALLTYPE Create##Stage##Shader( \
1454 ID3D11##Stage##Shader **out_shader) \
1457 GalliumD3D11##Stage##Shader* shader = (GalliumD3D11##Stage##Shader*)create_stage_shader(PIPE_SHADER_##GALLIUM, PASS_SHADER_ARGS, NULL); \
1472 #define IMPLEMENT_NOTIMPL_CREATE_SHADER(Stage) \
1473 virtual HRESULT STDMETHODCALLTYPE Create##Stage##Shader( \
1475 ID3D11##Stage##Shader **out_shader) \
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp372 const Record *Stage = StageList[i]; local
376 Stage->getValueAsListOfDefs("Units");
H A DSubtargetEmitter.cpp304 const Record *Stage = StageList[i]; local
307 int Cycles = Stage->getValueAsInt("Cycles");
311 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
320 int TimeInc = Stage->getValueAsInt("TimeInc");
323 int Kind = Stage->getValueAsInt("Kind");
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp187 LiveRangeStage Stage; member in struct:__anon25792::RAGreedy::RegInfo
192 RegInfo() : Stage(RS_New), Cascade(0) {}
198 return ExtraRegInfo[VirtReg.reg].Stage;
201 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { argument
203 ExtraRegInfo[VirtReg.reg].Stage = Stage;
211 if (ExtraRegInfo[Reg].Stage == RS_New)
212 ExtraRegInfo[Reg].Stage = NewStage;
483 ExtraRegInfo[Old].Stage = RS_Assign;
506 if (ExtraRegInfo[Reg].Stage
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp842 typedef UniformInfo::ShaderStage Stage;
846 const Stage layoutLoc = Stage(rng.getUint32()&0x3);
847 const Stage declareLoc = Stage((rng.getUint32()&0x3) | layoutLoc);
848 const Stage verifyLoc = Stage((rng.getUint32()&0x3) & declareLoc);
883 typedef UniformInfo::ShaderStage Stage;
889 const Stage layoutLocs[]=
891 Stage(rn
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h392 #define IMPLEMENT_SHADER_STAGE(XS, Stage) \
394 ID3D11##Stage##Shader *pShader \
401 ID3D11##Stage##Shader **ppShader \
405 *ppShader = (ID3D11##Stage##Shader*)shaders[D3D11_STAGE_##XS].ref(); \
H A Dd3d11_screen.h1451 #define IMPLEMENT_CREATE_SHADER(Stage, GALLIUM) \
1452 virtual HRESULT STDMETHODCALLTYPE Create##Stage##Shader( \
1454 ID3D11##Stage##Shader **out_shader) \
1457 GalliumD3D11##Stage##Shader* shader = (GalliumD3D11##Stage##Shader*)create_stage_shader(PIPE_SHADER_##GALLIUM, PASS_SHADER_ARGS, NULL); \
1472 #define IMPLEMENT_NOTIMPL_CREATE_SHADER(Stage) \
1473 virtual HRESULT STDMETHODCALLTYPE Create##Stage##Shader( \
1475 ID3D11##Stage##Shader **out_shader) \
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids12295 0021 Nord Stage 2
/external/chromium_org/net/url_request/
H A Durl_request_test_job.h134 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE }; enum in class:net::URLRequestTestJob
150 Stage stage_;
H A Durl_request_unittest.cc301 enum Stage { enum in class:net::__anon9808::BlockingNetworkDelegate
357 Stage stage_blocked_for_callback() const {
394 int MaybeBlockStage(Stage stage, const CompletionCallback& callback);
415 Stage stage_blocked_for_callback_;
555 BlockingNetworkDelegate::Stage stage,
2737 static const BlockingNetworkDelegate::Stage blocking_stages[] = {
2813 BlockingNetworkDelegate::Stage stage,
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.cc46 void BluetoothControllerPairingController::ChangeStage(Stage new_stage) {
230 ControllerPairingController::Stage
H A Dbluetooth_controller_pairing_controller.h36 void ChangeStage(Stage new_stage);
63 virtual Stage GetCurrentStage() OVERRIDE;
110 Stage current_stage_;
H A Dbluetooth_host_pairing_controller.cc40 void BluetoothHostPairingController::ChangeStage(Stage new_stage) {
340 HostPairingController::Stage BluetoothHostPairingController::GetCurrentStage() {
H A Dbluetooth_host_pairing_controller.h41 void ChangeStage(Stage new_stage);
67 virtual Stage GetCurrentStage() OVERRIDE;
103 Stage current_stage_;
H A Dcontroller_pairing_controller.h25 enum Stage { enum in class:pairing_chromeos::ControllerPairingController
48 virtual void PairingStageChanged(Stage new_stage) = 0;
64 virtual Stage GetCurrentStage() = 0;
H A Dfake_controller_pairing_controller.cc70 connection_lost_begin_ = static_cast<Stage>(begin);
71 connection_lost_end_ = static_cast<Stage>(end);
111 void FakeControllerPairingController::SetShouldLoseConnection(Stage stage_begin,
112 Stage stage_end) {
155 ControllerPairingController::Stage
228 void FakeControllerPairingController::ChangeStage(Stage new_stage) {
235 void FakeControllerPairingController::ChangeStageLater(Stage new_stage) {
288 void FakeControllerPairingController::PairingStageChanged(Stage new_stage) {
289 Stage next_stage = STAGE_NONE;
H A Dfake_controller_pairing_controller.h56 void SetShouldLoseConnection(Stage stage_begin, Stage stage_end);
69 virtual Stage GetCurrentStage() OVERRIDE;
87 void ChangeStage(Stage new_stage);
88 void ChangeStageLater(Stage new_stage);
94 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
98 Stage current_stage_;
106 Stage connection_lost_begin_;
107 Stage connection_lost_end_;
H A Dfake_host_pairing_controller.cc77 void FakeHostPairingController::ChangeStage(Stage new_stage) {
84 void FakeHostPairingController::ChangeStageLater(Stage new_stage) {
101 HostPairingController::Stage FakeHostPairingController::GetCurrentStage() {
134 void FakeHostPairingController::PairingStageChanged(Stage new_stage) {
H A Dfake_host_pairing_controller.h39 virtual Stage GetCurrentStage() OVERRIDE;
48 void ChangeStage(Stage new_stage);
49 void ChangeStageLater(Stage new_stage);
52 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
61 Stage current_stage_;
H A Dhost_pairing_controller.h16 enum Stage { enum in class:pairing_chromeos::HostPairingController
43 virtual void PairingStageChanged(Stage new_stage) = 0;
63 virtual Stage GetCurrentStage() = 0;
H A Dshark_connection_listener.cc25 void SharkConnectionListener::PairingStageChanged(Stage new_stage) {
H A Dshark_connection_listener.h29 typedef HostPairingController::Stage Stage; typedef in class:pairing_chromeos::SharkConnectionListener
32 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_message_bubble_view.h51 enum Stage { STAGE_START, STAGE_HIGHLIGHTED, STAGE_COMPLETE }; enum in class:extensions::ExtensionMessageBubbleFactory
127 Stage stage_;

Completed in 726 milliseconds

12