/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | revisions.adoc | 8 * 2023-10-11 - Add rules for <<writing-titlecase, writing chapter and 17 * 2023-07-07 - Add "`use case`" as <<writing-compound-words, preferred 27 * 2023-05-03 - Add <<markup-word-choices, preferred way to write>> "`called 36 * 2022-11-29 - Add a NOTE to the <<writing-conventions, Use American 42 * 2022-11-11 - Add <<markup-word-choices, preferred way to write>> 44 * 2022-10-12 - Add <<markup-word-choices, preferred way to write>> "`_verb_ 51 * 2022-07-14 - Add <<markup-sample-section-features, Feature 53 * 2021-11-21 - Add preferred uses of "`indirect (drawing/dispatching) 56 * 2021-11-15 - Add <<markup-include-file-paths, Include File Paths>> section 66 * 2021-09-12 - Add a new subsection with more details on using [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/ |
D | vulkan-icd-symbols.txt | 5 # Version 1 - Add support for vk_icdGetInstanceProcAddr. 8 # Version 2 - Add Loader/ICD Interface version negotiation 12 # Version 4 - Add unknown physical device extension querying via
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_validation_features.adoc | 48 ** Add Best Practices enable 50 ** Add Debug Printf enable 52 ** Add Synchronization Validation enable 54 ** Add Shader Validation Cache disable
|
D | VK_KHR_maintenance4.adoc | 36 * Add a new <<limits-maxBufferSize, pname:maxBufferSize>> 39 * Add support for the SPIR-V 1.2 code:LocalSizeId execution mode, which 42 * Add a guarantee that images created with identical creation parameters 44 * Add new flink:vkGetDeviceBufferMemoryRequirementsKHR, 54 * Add a guarantee for buffer memory requirement that the size memory
|
D | VK_KHR_video_decode_queue.adoc | 50 ** Add interaction with `apiext:VK_KHR_format_feature_flags2` to `vk.xml` 52 ** Add VkVideoDecodeCapabilitiesKHR with new flags to report support for 61 ** Add VkVideoDecodeUsageInfoKHR structure and related flags
|
D | VK_KHR_maintenance1.adoc | 62 * Add new ename:VK_ERROR_OUT_OF_POOL_MEMORY_KHR error so implementations 65 * Add a new command flink:vkTrimCommandPoolKHR which gives the 89 ** Add issue for zero-height viewports
|
D | VK_EXT_swapchain_colorspace.adoc | 53 ** Add pass through and multiple options for BT2020. 57 ** Add extended sRGB non-linear enum.
|
D | VK_NVX_image_view_handle.adoc | 27 ** Add flink:vkGetImageViewAddressNVX
|
D | VK_EXT_fragment_density_map.adoc | 115 // Add fdmImage to render pass 139 // Add fdmImage to framebuffer 177 ** Add interaction with `apiext:VK_KHR_format_feature_flags2` to `vk.xml`
|
/hardware/google/gfxstream/guest/mesa/src/util/blake3/ |
D | README | 12 - Add non-typedef struct name to blake3_hasher. 14 - Add "static" to blake3_hash4_neon, to comply with -Werror=missing-prototypes. 16 - Add mesa_blake3_visibility.h and set symbol visibility to hidden for assembly sources.
|
/hardware/libhardware/modules/camera/3_4/ |
D | request_tracker_test.cpp | 65 EXPECT_EQ(dut_->Add(request), expected); in AddRequest() 94 EXPECT_TRUE(dut_->Add(expected)); in TEST_F() 157 EXPECT_TRUE(dut_->Add(request)); in TEST_F() 220 EXPECT_TRUE(dut_->Add(request1)); in TEST_F() 221 EXPECT_TRUE(dut_->Add(request2)); in TEST_F() 233 EXPECT_TRUE(dut_->Add(request1)); in TEST_F()
|
D | request_tracker.h | 47 virtual bool Add(std::shared_ptr<CaptureRequest> request);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 21 * Add and correct a couple of `optional` attributes in the XML (public 26 * Add flink:vkGetQueryPoolResults and flink:vkCmdCopyQueryPoolResults VUs 44 * Add a VU for the 66 * Add a spec build test and refactor Makefile to allow using a different 71 * Add VUs to slink:VkCopyMemoryToImageInfoEXT and 78 * Add VUs to slink:VkSparseImageMemoryBind requiring a non-zero extent 97 * Add slink:VkDescriptorSetLayoutBindingFlagsCreateInfo and 105 * Add missing object types to the <<debugging-object-types, VkObjectType 110 * Add reflow test for list continuation in VUs (internal MR 6177). 113 * Add XML `len` attribute for slink:VkFrameBoundaryEXT::pname:pTag order>> [all …]
|
D | ChangeLogSC.adoc | 40 * Add combined registry tooling (!343) 65 * Add VkPipelineMatchControl to list of scadditions (#3/!323) 83 * Add 'U' suffixes in VERSION macros (!326) 145 * Add VU limiting VkDisplaySurfaceCreateInfoKHR::transform to a single,
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | Android.bp | 57 // TODO(b/146104851): Add auto-gen rules and remove it. 77 // TODO(b/146104851): Add auto-gen rules and remove it. 97 // TODO(b/146104851): Add auto-gen rules and remove it. 117 // TODO(b/146104851): Add auto-gen rules and remove it. 137 // TODO(b/146104851): Add auto-gen rules and remove it.
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | Android.bp | 80 // TODO(b/146104851): Add auto-gen rules and remove it. 112 // TODO(b/146104851): Add auto-gen rules and remove it. 141 // TODO(b/146104851): Add auto-gen rules and remove it. 174 // TODO(b/146104851): Add auto-gen rules and remove it. 207 // TODO(b/146104851): Add auto-gen rules and remove it. 241 // TODO(b/146104851): Add auto-gen rules and remove it.
|
/hardware/interfaces/uwb/aidl/ |
D | Android.bp | 11 // TODO(b/195992901): Add VTS tests. 12 // TODO(b/195992658): Add cuttlefish implementation.
|
/hardware/google/gfxstream/guest/mesa/src/util/sha1/ |
D | README | 50 - Add stdint.h include in sha1.h for uint*_t types. Upstream status: TBD 52 - Add stddef.h include in sha1.h for size_t type. Upstream status: TBD 61 - Add non-typedef struct name.
|
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/ |
D | README.txt | 36 Add "Nfc" Entity with 3 states namely STANDBY, ULPDET, ACTIVE 42 Add PixelStateResidencyDataProvider to PowerStats HAL
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() function
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_maintenance5.adoc | 20 * Add a A1B5G5R5 format (corresponding to `GL_UNSIGNED_SHORT_1_5_5_5_REV`) 22 * Add a vkGetRenderAreaGranularity equivalent for dynamic rendering 25 …* Add a property to indicate multisample coverage operations are performed after sample counting i… 26 * Add VK_REMAINING_ARRAY_LAYERS support to VkImageSubresourceLayers.layerCount 28 …* Add support for a new vkGetDeviceImageSubresourceLayout to allow a vkGetImageSubresourceLayout q… 31 …* Add a property to indicate sample mask test operations are performed after sample counting in Ea… 33 * Add a A8_UNORM format 68 === Add vkCmdBindIndexBuffer2KHR with a size parameter 198 === Add vkCmdBindIndexBuffer2KHR with a size parameter
|