/hardware/google/gfxstream/common/detector/ |
D | Egl.cpp | 29 auto result = Lib::Load(possible_name); in LoadEglLib() 40 gfxstream::expected<Egl, std::string> Egl::Load() { in Load() function in gfxstream::Egl
|
D | Lib.h | 28 static gfxstream::expected<Lib, std::string> Load(const char* name);
|
D | Egl.h | 32 static gfxstream::expected<Egl, std::string> Load();
|
D | Lib.cpp | 31 gfxstream::expected<Lib, std::string> Lib::Load(const char* name) { in Load() function in gfxstream::Lib
|
D | Gles.cpp | 34 /*static*/ gfxstream::expected<Gles, std::string> Gles::Load() { in Load() function in gfxstream::Gles 36 gles.lib_ = GFXSTREAM_EXPECT(Lib::Load(kGles2Lib)); in Load()
|
D | Gles.h | 43 static gfxstream::expected<Gles, std::string> Load();
|
D | GraphicsDetectorVk.cpp | 26 auto vk = GFXSTREAM_EXPECT(Vk::Load()); in PopulateVulkanAvailabilityImpl()
|
D | GraphicsDetectorGl.cpp | 68 : GFXSTREAM_EXPECT(Gles::Load()); in GetGlesContextAvailability() 105 auto egl = GFXSTREAM_EXPECT(Egl::Load()); in PopulateEglAndGlesAvailability()
|
D | GraphicsDetectorVkExternalMemoryHost.cpp | 192 auto vk = GFXSTREAM_EXPECT(Vk::Load()); in PopulateVulkanExternalMemoryHostQuirkImpl()
|
D | Vulkan.h | 93 static gfxstream::expected<Vk, vkhpp::Result> Load(
|
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 42 auto vk = VK_EXPECT(Vk::Load( in CanHandlePrecisionQualifierWithYuvSampler()
|
D | Vulkan.cpp | 101 gfxstream::expected<Vk, vkhpp::Result> Vk::Load( in Load() function in gfxstream::Vk
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_common_simd.inl | 194 __m128i const Load = _mm_set_epi32(-(int)a.w, -(int)a.z, -(int)a.y, -(int)a.x); local 195 __m128 const Mask = _mm_castsi128_ps(Load);
|
/hardware/interfaces/soundtrigger/2.1/ |
D | ISoundTriggerHw.hal | 68 * Load a sound model. Once loaded, recognition of this model can be 102 * Load a key phrase sound model. Once loaded, recognition of this model can
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 138 * Load a sound model. Once loaded, recognition of this model can be 166 * Load a key phrase sound model. Once loaded, recognition of this model can
|
/hardware/nxp/uwb/halimpl/config/ |
D | README.md | 122 Load the Crystal calibration value from OTP when it's 1. *cal.xtal* will be ignored.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 772 Load operations are only performed at the beginning of a render pass 4503 * Load and store operations in attachment descriptions 5183 == Render Pass Load Operations 5188 Load operations for attachments with a depth/stencil format execute in the 5190 Load operations for attachments with a color format execute in the 5207 Load operations only update values within the defined render area for the 5230 Load operations that can: be used for a render pass are:
|
D | descriptorsets.adoc | 224 Load operations from uniform texel buffers are supported in all shader
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 487 <<renderpass-load-operations, Render Pass Load Operations>>, 9925 This forbids certain cases like "`Load+Release`" that we don't expect to
|