Searched refs:where (Results 1 – 25 of 397) sorted by relevance
12345678910>>...16
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
D | Utils.h | 116 auto where = std::find(vec->begin(), vec->end(), val); in hidl_vec_remove() local 117 ASSERT_NE(where, vec->end()); in hidl_vec_remove() 118 hidl_vec_removeAt(vec, where - vec->begin()); in hidl_vec_remove()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/ |
D | contractions | 58 where'd 59 where's
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 38 * the call or ERROR_DRM_INVALID_STATE if the HAL is in a state where a 51 * if the HAL is in a state where the session cannot be closed. 84 * where a key request cannot be generated. 119 * in a state where a key response cannot be handled. 136 * if the HAL is in a state where the keys cannot be removed. 149 * if the HAL is in a state where keys cannot be restored. 165 * if the HAL is in a state where key status cannot be queried. 184 * where the provision request cannot be generated. 206 * or ERROR_DRM_INVALID_STATE if the HAL is in a state where the provision 241 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stops [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_index_binding.adoc | 12 the type specified by pname:indexType, where the index buffer, 22 the type specified by pname:indexType, where the index buffer,
|
D | draw_indexed_common.adoc | 14 the type specified by pname:indexType, where the index buffer,
|
D | access_mask_common.adoc | 6 // Common to vkCmdPipelineBarrier and vkCmdWaitEvents which is where both VkPipelineStageFlags and …
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_device_fault.adoc | 92 existing query functions, where the second parameter (`pFaultCounts`) indicates 198 We anticipate that in cases where a GPU does encounter multiple faults, there 205 to this, but `VK_KHR_fault_handling` aims to address a different use case, where 218 4) How should we report cases where one of multiple pipelines may have caused a 221 *RESOLVED*: In cases where a fault cannot be attributed to a single unique 236 `VkDeviceFaultVendorInfoEXT` structures where applicable, and fallback to 237 extending pname:pNext chains where this is insufficient. Where a pname:pNext
|
D | VK_GOOGLE_surfaceless_query.adoc | 11 where EGL is able to respond to certain queries before a surface is created, 48 This works on platforms where this information is truly global, which is 62 accelerate producing working systems where OpenGL is layered on Vulkan.
|
D | VK_MSFT_layered_driver.adoc | 19 physical device, for example, where one is a "`native`" vendor-provided 24 On a system where a physical device has two possible drivers, the sort 32 case where you have multiple "`native`" drivers for a single physical device.
|
D | VK_EXT_image_sliced_view_of_3d.adoc | 11 where the result is a 3D image view with a restricted range of depth slices. 15 D3D11 and D3D12 allows applications to create a 3D UAV (storage image) descriptor where the depth r… 24 The proposed solution needs to be able to create a `VkImageView` where we view a range of the depth…
|
D | VK_EXT_shader_module_identifier.adoc | 7 where we speculate that an implementation already has a pipeline blob in cache and conversion to SP… 39 We can reuse the main idea of a "non-blocking" compile where we return early if pipeline compilatio… 54 One scenario where this extension has been found to be particularly useful is D3D12 to Vulkan trans… 90 In a situation where we do not have the pipeline cached, we receive `VK_PIPELINE_COMPILE_REQUIRED`,… 97 …tifier, a layer might not, and therefore they might need the escape hatch where they can spuriousl… 123 When using pipeline libraries, there are two scenarios where pipeline creation can fail if we only … 137 For scenarios where the implementation may generate code later, we require that any pipeline librar…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_compute_shader_derivatives.adoc | 33 into 2x2 groups, where each group has x and y coordinates of the local 36 into 2x2 groups, where each group has local invocation index values of the
|
D | VK_EXT_fragment_shader_interlock.adoc | 43 Additionally, the ordering guarantees are useful for cases where the API 46 operations in the fragment shader, where the destination buffer is read via
|
D | VK_KHR_incremental_present.adoc | 29 This should be used in situations where an application is only changing a 46 ptext:pLayers, where ptext:pRectangles[i] and ptext:pLayers[i] must be used 65 The size of the swapchain's image(s) will be consistent, where the size of
|
D | VK_EXT_hdr_metadata.adoc | 24 The reference monitor is the display where creative work is done and 29 where content was created or tuned.
|
D | VK_EXT_fragment_density_map.adoc | 32 where the fragment shader may be invoked fewer times. 36 The primary use of this extension is to reduce workloads in areas where 61 A float component ranges from (0.0, 1.0] where 1.0 means full density along
|
D | VK_EXT_shader_subgroup_vote.adoc | 69 where code:condition diverges between invocations, an implementation might 70 first execute code:do_fast_path() for the invocations where code:condition 73 invocations where code:condition is code:false and leave the other
|
D | VK_NV_copy_memory_indirect.adoc | 22 This functionality may: be useful for performing copies where the copy
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 57 * the call, or ERROR_DRM_INVALID_STATE if the HAL is in a state where 99 * state where a key request cannot be generated. 139 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the HDCP 155 * ERROR_DRM_INVALID_STATE if the HAL is in a state where number of 173 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the 197 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop 217 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop 230 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop 240 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure
|
/hardware/interfaces/cas/native/1.0/ |
D | IDescrambler.hal | 35 * @param srcOffset the position where the source scrambled data starts at. 37 * @param dstOffset the position where the descrambled data should start at.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_decode_h265_extensions.adoc | 164 maximum H.265 level supported by the profile, where enum constant 200 ** code:flags.fixed_pic_rate_general_flag is a bitmask where bit index 203 ** code:flags.fixed_pic_rate_within_cvs_flag is a bitmask where bit index 206 ** code:flags.low_delay_hrd_flag is a bitmask where bit index [eq]#i# 212 code:StdVideoH265SubLayerHrdParameters structures where 216 *** code:cbr_flag is a bitmask where bit index [eq]#i# corresponds to 225 code:StdVideoH265SubLayerHrdParameters structures where 229 *** code:cbr_flag is a bitmask where bit index [eq]#i# corresponds to 290 code:StdVideoH265ShortTermRefPicSet structures where each element is 294 ** code:used_by_curr_pic_flag is a bitmask where bit index [eq]#i# [all …]
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 55 * Light throttling where UX is not impacted. 60 * Moderate throttling where UX is not largely impacted. 65 * Severe throttling where UX is largely impacted.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | misc.adoc | 41 the height where this happens has not been measured, but is likely to 55 where necessary (however this is often indicative of the diagram being too 72 should be maintained in new diagrams where possible. 77 * Lines are capped with a consistent arrow shape where relevant.
|
/hardware/libhardware/modules/audio/ |
D | Android.bp | 19 // The format of the name is audio.<type>.<hardware/etc>.so where the only 46 // The format of the name is audio.<type>.<hardware/etc>.so where the only
|
/hardware/interfaces/dumpstate/1.1/ |
D | types.hal | 73 * Returned for cases where the device doesn't support the given DumpstateMode (e.g. a phone 78 * Returned for cases where an IllegalArgumentException is typically appropriate, e.g. missing
|
12345678910>>...16