Home
last modified time | relevance | path

Searched refs:CALL_STATE (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dbest_practices_validation.h56 enum CALL_STATE { enum
64 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED;
65 CALL_STATE vkGetPhysicalDeviceLayerPropertiesState = UNCALLED; // Currently unused
66 CALL_STATE vkGetPhysicalDeviceExtensionPropertiesState = UNCALLED; // Currently unused
67 CALL_STATE vkGetPhysicalDeviceFeaturesState = UNCALLED;
68 CALL_STATE vkGetPhysicalDeviceSurfaceCapabilitiesKHRState = UNCALLED;
69 CALL_STATE vkGetPhysicalDeviceSurfacePresentModesKHRState = UNCALLED;
70 CALL_STATE vkGetPhysicalDeviceSurfaceFormatsKHRState = UNCALLED;
71 CALL_STATE vkGetPhysicalDeviceDisplayPlanePropertiesKHRState = UNCALLED;
75 CALL_STATE vkGetSwapchainImagesKHRState = UNCALLED;
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dbest_practices_validation.h98 enum CALL_STATE { enum
133 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED;
134 CALL_STATE vkGetPhysicalDeviceQueueFamilyProperties2State = UNCALLED;
135 CALL_STATE vkGetPhysicalDeviceQueueFamilyProperties2KHRState = UNCALLED;
136 CALL_STATE vkGetPhysicalDeviceLayerPropertiesState = UNCALLED; // Currently unused
138 CALL_STATE vkGetPhysicalDeviceFeaturesState = UNCALLED;
139 CALL_STATE vkGetPhysicalDeviceSurfaceCapabilitiesKHRState = UNCALLED;
140 CALL_STATE vkGetPhysicalDeviceSurfacePresentModesKHRState = UNCALLED;
141 CALL_STATE vkGetPhysicalDeviceSurfaceFormatsKHRState = UNCALLED;
143 CALL_STATE vkGetPhysicalDeviceDisplayPlanePropertiesKHRState = UNCALLED;
[all …]
H A Dbest_practices_utils.cpp2737 … const CALL_STATE call_state, in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
3588 void BestPractices::CommonPostCallRecordGetPhysicalDeviceQueueFamilyProperties(CALL_STATE& call_sta… in CommonPostCallRecordGetPhysicalDeviceQueueFamilyProperties()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/include/
H A DJitter_CodeGen_x86_32.h119 struct CALL_STATE struct
125 typedef std::function<void (CALL_STATE&)> ParamEmitterFunction; argument
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/include/
H A DJitter_CodeGen_x86_32.h133 struct CALL_STATE struct
139 typedef std::function<void (CALL_STATE&)> ParamEmitterFunction; argument
/dports/net/py-dpkt/dpkt-1.9.6/dpkt/
H A Dsccp.py24 CALL_STATE = 0x00000111 variable
210 CALL_STATE: CallState,
H A Dh225.py68 CALL_STATE = 20 variable
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/swig/java/android/app/src/main/java/org/pjsip/pjsua2/app/
H A DMainActivity.java71 public final static int CALL_STATE = 2; field in MainActivity.MSG_TYPE
233 } else if (m.what == MSG_TYPE.CALL_STATE) { in handleMessage()
244 Message m2 = Message.obtain(CallActivity.handler_, MSG_TYPE.CALL_STATE, ci); in handleMessage()
616 Message m = Message.obtain(handler, MSG_TYPE.CALL_STATE, ci); in notifyCallState()
H A DCallActivity.java298 if (m.what == MainActivity.MSG_TYPE.CALL_STATE) { in handleMessage()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/src/
H A DJitter_CodeGen_x86_32.cpp261 [this] (CALL_STATE& state) in Emit_Param_Ctx()
273 [this, src1] (CALL_STATE& state) in Emit_Param_Reg()
285 [this, src1] (CALL_STATE& state) in Emit_Param_Mem()
298 [this, src1] (CALL_STATE& state) in Emit_Param_Cst()
310 [this, src1] (CALL_STATE& state) in Emit_Param_Mem64()
325 [this, src1] (CALL_STATE& state) in Emit_Param_Cst64()
338 [this, src1] (CALL_STATE& state) in Emit_Param_Reg128()
356 [this, src1] (CALL_STATE& state) in Emit_Param_Mem128()
381 CALL_STATE callState; in Emit_Call()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DJitter_CodeGen_x86_32.cpp304 [this] (CALL_STATE& state) in Emit_Param_Ctx()
316 [this, src1] (CALL_STATE& state) in Emit_Param_Reg()
328 [this, src1] (CALL_STATE& state) in Emit_Param_Mem()
341 [this, src1] (CALL_STATE& state) in Emit_Param_Cst()
353 [this, src1] (CALL_STATE& state) in Emit_Param_Mem64()
368 [this, src1] (CALL_STATE& state) in Emit_Param_Cst64()
381 [this, src1] (CALL_STATE& state) in Emit_Param_Reg128()
399 [this, src1] (CALL_STATE& state) in Emit_Param_Mem128()
424 CALL_STATE callState; in Emit_Call()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs586 pub type CALL_STATE = i32; typedef
587 pub const CS_IDLE: CALL_STATE = 0i32;
588 pub const CS_INPROGRESS: CALL_STATE = 1i32;
589 pub const CS_CONNECTED: CALL_STATE = 2i32;
590 pub const CS_DISCONNECTED: CALL_STATE = 3i32;
591 pub const CS_OFFERING: CALL_STATE = 4i32;
592 pub const CS_HOLD: CALL_STATE = 5i32;
593 pub const CS_QUEUED: CALL_STATE = 6i32;
594 pub const CS_LASTITEM: CALL_STATE = 6i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs452 pub struct CALL_STATE(pub i32);
453 pub const CS_IDLE: CALL_STATE = CALL_STATE(0i32);
454 pub const CS_INPROGRESS: CALL_STATE = CALL_STATE(1i32);
455 pub const CS_CONNECTED: CALL_STATE = CALL_STATE(2i32);
456 pub const CS_DISCONNECTED: CALL_STATE = CALL_STATE(3i32);
457 pub const CS_OFFERING: CALL_STATE = CALL_STATE(4i32);
458 pub const CS_HOLD: CALL_STATE = CALL_STATE(5i32);
459 pub const CS_QUEUED: CALL_STATE = CALL_STATE(6i32);
460 pub const CS_LASTITEM: CALL_STATE = CALL_STATE(6i32);
461 impl ::std::convert::From<i32> for CALL_STATE {
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h499 typedef enum CALL_STATE { enum
503 } CALL_STATE; typedef
2067 virtual HRESULT WINAPI get_CallState(CALL_STATE *pCallState) = 0;
2091 HRESULT (WINAPI *get_CallState)(ITCallInfo *This,CALL_STATE *pCallState);
2133 HRESULT WINAPI ITCallInfo_get_CallState_Proxy(ITCallInfo *This,CALL_STATE *pCallState);
2179 HRESULT (WINAPI *get_CallState)(ITCallInfo2 *This,CALL_STATE *pCallState);
3661 virtual HRESULT WINAPI get_State(CALL_STATE *pCallState) = 0;
3676 HRESULT (WINAPI *get_State)(ITCallStateEvent *This,CALL_STATE *pCallState);
3700 HRESULT WINAPI ITCallStateEvent_get_State_Proxy(ITCallStateEvent *This,CALL_STATE *pCallState);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h499 typedef enum CALL_STATE { enum
503 } CALL_STATE; typedef
2067 virtual HRESULT WINAPI get_CallState(CALL_STATE *pCallState) = 0;
2091 HRESULT (WINAPI *get_CallState)(ITCallInfo *This,CALL_STATE *pCallState);
2133 HRESULT WINAPI ITCallInfo_get_CallState_Proxy(ITCallInfo *This,CALL_STATE *pCallState);
2179 HRESULT (WINAPI *get_CallState)(ITCallInfo2 *This,CALL_STATE *pCallState);
3661 virtual HRESULT WINAPI get_State(CALL_STATE *pCallState) = 0;
3676 HRESULT (WINAPI *get_State)(ITCallStateEvent *This,CALL_STATE *pCallState);
3700 HRESULT WINAPI ITCallStateEvent_get_State_Proxy(ITCallStateEvent *This,CALL_STATE *pCallState);