/hardware/google/aemu/base/include/aemu/base/ |
D | Stopwatch.h | 34 static double sec(uint64_t us) { return us / 1000000.0; } in sec() argument 35 static double ms(uint64_t us) { return us / 1000.0; } in ms() argument
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_pack_color.h | 52 uint16_t us; member 99 uc->us = ((r & 0xf8) << 8) | ((g & 0xfc) << 3) | (b >> 3); in util_pack_color_ub() 104 uc->us = ((0x80) << 8) | ((r & 0xf8) << 7) | ((g & 0xf8) << 2) | (b >> 3); in util_pack_color_ub() 109 uc->us = ((a & 0x80) << 8) | ((r & 0xf8) << 7) | ((g & 0xf8) << 2) | (b >> 3); in util_pack_color_ub() 114 uc->us = ((a & 0xf0) << 8) | ((r & 0xf0) << 4) | ((g & 0xf0) << 0) | (b >> 4); in util_pack_color_ub() 224 uint16_t p = uc->us; in util_unpack_color_ub() 233 uint16_t p = uc->us; in util_unpack_color_ub() 242 uint16_t p = uc->us; in util_unpack_color_ub() 251 uint16_t p = uc->us; in util_unpack_color_ub() 384 uc->us = ((r & 0xf8) << 8) | ((g & 0xfc) << 3) | (b >> 3); in util_pack_color() [all …]
|
D | u_math.h | 343 ushort_to_float(uint16_t us) in ushort_to_float() argument 345 return (float) us * (1.0f / 65535.0f); in ushort_to_float()
|
D | meson.build | 337 # initializaiton), so we need c++2a since gtest forces us to use c++
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_acquire_winrt_display/ |
D | acquire_winrt_display.adoc | 30 https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaytarget["`winrt::Window… 32 https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaymanager.tryacquiretarg… 65 https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaytarget["`winrt::Window… 73 …https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaytarget.adapterrelativ… 75 …https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaytarget["`DisplayTarge… 77 …https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displayadapter["`DisplayAdap… 79 https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displayadapter.id["`Id`"]
|
/hardware/google/aemu/base/include/aemu/base/system/ |
D | System.h | 23 void sleepUs(uint64_t us); 25 void sleepToUs(uint64_t us);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_acquire_winrt_display.adoc | 23 https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaymanager.tryacquiretarg… 25 https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaytarget["`DisplayTarget… 26 using a https://docs.microsoft.com/en-us/uwp/api/["`WinRT`"] command such as 27 https://docs.microsoft.com/en-us/uwp/api/windows.devices.display.core.displaymanager.tryacquiretarg… 103 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors 111 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors-compositor["… 117 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors#windows-10-v… 121 https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo
|
D | VK_AMD_shader_ballot.adoc | 24 - Matthäus G. Chajdas, AMD
|
D | VK_INTEL_performance_query.adoc | 25 link:++https://software.intel.com/content/www/us/en/develop/tools/graphics-performance-analyzers.ht…
|
D | VK_KHR_ray_query.adoc | 17 - Matthäus Chajdas, AMD
|
D | VK_KHR_ray_tracing_pipeline.adoc | 25 - Matthäus Chajdas, AMD
|
D | VK_NV_device_generated_commands.adoc | 301 Please contact us if you are interested, we are happy to make more features
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
D | types.hal | 26 // Sounds from Android (counting from 1 coincidentally lets us match AudioAttributes usages)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_win32/ |
D | handle_permissions.adoc | 33 …https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-object-security-and-access-rig…
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | Android.bp | 61 // Targets that depend on us need to also include these
|
/hardware/google/aemu/third-party/cuda/include/host-common/ |
D | dynlink_cuda_cuda.h | 1390 typedef CUresult CUDAAPI tcuMemsetD16(CUdeviceptr dstDevice, unsigned short us, size_t N); 1393 …cuMemsetD2D16(CUdeviceptr dstDevice, unsigned int dstPitch, unsigned short us, size_t Width, size_… 1397 … typedef CUresult CUDAAPI tcuMemsetD16(CUdeviceptr dstDevice, unsigned short us, unsigned int N); 1400 …cuMemsetD2D16(CUdeviceptr dstDevice, unsigned int dstPitch, unsigned short us, unsigned int Width,…
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 86 #define SPINWAIT(exp, us) { \ argument 87 uint countdown = (us) + 9; \ 397 #define bcmprinttstamp(us) argument
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 62 * (Not least because OpenGL expect an ANativeWindowBuffer* for us as a
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_image_sliced_view_of_3d.adoc | 16 For API docs, see https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_tex3d_uav…
|
D | VK_EXT_calibrated_timestamps.adoc | 78 …EXT` corresponds to the time domain used by https://learn.microsoft.com/en-us/windows/win32/api/pr…
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format.csv | 55 # - http://msdn.microsoft.com/en-us/library/bb172558.aspx (D3D9) 56 # - http://msdn.microsoft.com/en-us/library/bb205073.aspx#mapping_texture_formats (D3D9 -> D3D10) 57 # - http://msdn.microsoft.com/en-us/library/bb173059.aspx (D3D10) 212 # - http://msdn.microsoft.com/en-us/library/bb694531.aspx 394 # - http://msdn.microsoft.com/en-us/library/bb172533.aspx
|
/hardware/google/gfxstream/third-party/ |
D | CMakeLists.txt | 190 # ANGLE provides the EGL headers for us.
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | cmake_core.cmake | 263 # Non-invariant builds enable us to loosen the compiler constraints on
|
/hardware/google/gfxstream/guest/mesa/ |
D | .mailmap | 119 Lina Versace <lina@kiwitree.net> <chad@chad-versace.us> 120 Lina Versace <lina@kiwitree.net> <Chad Versace chad@chad-versace.us> 276 Ian Romanick <ian.d.romanick@intel.com> <idr@us.ibm.com>
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 47 * (Not least because OpenGL expect an ANativeWindowBuffer* for us as a
|