Searched refs:behavior (Results 1 – 25 of 155) sorted by relevance
1234567
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_surface_maintenance1.adoc | 19 * The scaling behavior of the surface is undefined when the swapchain and 38 behavior. 62 specific supported scaling behavior. Potential behaviors are: 70 When the resulting image does not cover the entire surface, additional behavior 77 This extension allows the supported behavior to be queried, while 78 `VK_EXT_swapchain_maintenance1` would be used to select the desired behavior at 115 To query supported scaling behavior, chain `VkSurfacePresentModeEXT` to 161 swapchain with a supported behavior.
|
D | VK_EXT_swapchain_maintenance1.adoc | 21 * Unknown behavior when presenting a swapchain image to a surface with 59 It is desirable for the application to specify a scaling behavior for when the 136 * Specify a particular behavior for `VkSwapchainCreateInfoKHR::oldSwapchain` 180 behavior enums whose support can be queried from the surface. 181 At swapchain creation time, one of the supported behavior can be specified by 288 To specify the scaling behavior of the swapchain, chain the following to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/ |
D | SwapchainPresentModeInfo.adoc | 30 The behavior during the transition between the two modes is defined as 36 updates the shared presentable image according to the behavior of 41 regular refresh cycle, according to the behavior of 46 to the same FIFO queue, and the behavior with respect to waiting for 68 presentation is done according to the behavior of the new mode. 73 * The behavior during transition between any other present modes, if
|
D | SwapchainPresentScalingCreateInfo.adoc | 5 [open,refpage='VkSwapchainPresentScalingCreateInfoEXT',desc='Scaling behavior when presenting to th… 8 than those of the target surface, different behavior is possible on 17 Applications can: define specific behavior when creating a swapchain by
|
/hardware/interfaces/audio/aidl/default/ |
D | StreamSwitcher.cpp | 179 const DeviceSwitchBehavior behavior = switchCurrentStream(devices); in setConnectedDevices() local 180 if (behavior == DeviceSwitchBehavior::UNSUPPORTED_DEVICES) { in setConnectedDevices() 182 } else if (behavior == DeviceSwitchBehavior::SWITCH_TO_STUB_STREAM && !devices.empty()) { in setConnectedDevices() 187 if (behavior == USE_CURRENT_STREAM) { in setConnectedDevices() 194 if (behavior == CREATE_NEW_STREAM) { in setConnectedDevices() 217 if (behavior == CREATE_NEW_STREAM) { in setConnectedDevices()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_depth_clamp_zero_one.adoc | 16 This extension gives defined behavior to fragment depth values which end up 20 The particular behavior is chosen to match OpenGL to aid porting or
|
D | VK_EXT_non_seamless_cube_map.adoc | 19 cube map edge handling>> on a per sampler level which matches the behavior 23 or for porting applications that rely on this cube map behavior.
|
D | VK_EXT_border_color_swizzle.adoc | 23 some implementations had undefined behavior when combining a sampler that 33 This extension also defines the behavior between samplers with an opaque
|
D | VK_KHR_shader_terminate_invocation.adoc | 39 code:OpTerminateInvocation provides the behavior required by the GLSL 41 and applications that need the GLSL code:discard behavior.
|
D | VK_EXT_robustness2.adoc | 34 Accesses to null descriptors have well-defined behavior, and do not rely on 52 This is sufficient to implement D3D-like behavior, because D3D only allows
|
D | VK_NV_low_latency.adoc | 27 bad behavior and this should not be used as a precedent for future
|
D | VK_EXT_pipeline_robustness.adoc | 32 extension is designed to allow users to request robust behavior only where
|
D | VK_EXT_external_memory_host.adoc | 49 freed thus results in undefined: behavior. 74 behavior.
|
D | versions.adoc | 39 All differences in behavior between these extensions and the corresponding 54 All differences in behavior between these extensions and the corresponding 152 All differences in behavior between these extensions and the corresponding 167 All differences in behavior between these extensions and the corresponding 335 All differences in behavior between these extensions and the corresponding 350 All differences in behavior between these extensions and the corresponding
|
D | VK_EXT_swapchain_maintenance1.adoc | 42 * Allow applications to define the behavior when presenting a swapchain
|
D | VK_EXT_full_screen_exclusive.adoc | 38 behavior, letting the implementation decide, or managing this mode of 64 applications to accept driver default behavior, specifically override it in
|
D | VK_NV_coverage_reduction_mode.adoc | 42 This extension would allow an implementation to support the behavior of both
|
D | VK_KHR_shader_float_controls.adoc | 28 implementation's default behavior for rounding modes, denormals, signed 58 2) What is the denorm behavior for intermediate results?
|
D | VK_KHR_win32_surface.adoc | 60 behavior. 61 Such behavior may succeed when using one Vulkan implementation but fail when
|
D | VK_EXT_depth_range_unrestricted.adoc | 34 *RESOLVED*: The behavior described in <<vertexpostproc-clipping,Primitive
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/ |
D | README.md | 27 Defines a library `FakeUserHal` that emulates a real User HAL behavior by
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | introduction.adoc | 96 that apply to application behavior. 217 behavior) 253 | SCID-1[[SCID-1]] | *Deterministic behavior* - no randomness or unpredictability, always prod… 257 | SCID-5[[SCID-5]] | *Fully testable* - all behavior of the API must be testable in a repeatab… 258 …behavior* - the API must behave as expected under valid input conditions, clearly document conditi…
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/ |
D | Android.bp | 15 // Library used to emulate User HAL behavior through lshal debug requests.
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | cmake_core.cmake | 221 # Suppress unused argument for macOS universal build behavior 239 # Suppress unused argument for macOS universal build behavior 256 # Suppress unused argument for macOS universal build behavior
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/ |
D | queuefamily.adoc | 152 behavior for the counter. 165 [open,refpage='VkPerformanceCounterDescriptionFlagBitsKHR',desc='Bitmask specifying usage behavior … 169 behavior of a performance counter, are:
|
1234567