Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/common/detector/
DEgl.cpp29 auto result = Lib::Load(possible_name); in LoadEglLib()
40 gfxstream::expected<Egl, std::string> Egl::Load() { in Load() function in gfxstream::Egl
DLib.h28 static gfxstream::expected<Lib, std::string> Load(const char* name);
DEgl.h32 static gfxstream::expected<Egl, std::string> Load();
DLib.cpp31 gfxstream::expected<Lib, std::string> Lib::Load(const char* name) { in Load() function in gfxstream::Lib
DGles.cpp34 /*static*/ gfxstream::expected<Gles, std::string> Gles::Load() { in Load() function in gfxstream::Gles
36 gles.lib_ = GFXSTREAM_EXPECT(Lib::Load(kGles2Lib)); in Load()
DGles.h43 static gfxstream::expected<Gles, std::string> Load();
DGraphicsDetectorVk.cpp26 auto vk = GFXSTREAM_EXPECT(Vk::Load()); in PopulateVulkanAvailabilityImpl()
DGraphicsDetectorGl.cpp68 : GFXSTREAM_EXPECT(Gles::Load()); in GetGlesContextAvailability()
105 auto egl = GFXSTREAM_EXPECT(Egl::Load()); in PopulateEglAndGlesAvailability()
DGraphicsDetectorVkExternalMemoryHost.cpp192 auto vk = GFXSTREAM_EXPECT(Vk::Load()); in PopulateVulkanExternalMemoryHostQuirkImpl()
DVulkan.h93 static gfxstream::expected<Vk, vkhpp::Result> Load(
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp42 auto vk = VK_EXPECT(Vk::Load( in CanHandlePrecisionQualifierWithYuvSampler()
DVulkan.cpp101 gfxstream::expected<Vk, vkhpp::Result> Vk::Load( in Load() function in gfxstream::Vk
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common_simd.inl194 __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/
DISoundTriggerHw.hal68 * 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/
DISoundTriggerHw.hal138 * 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/
DREADME.md122 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/
Drenderpass.adoc772 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:
Ddescriptorsets.adoc224 Load operations from uniform texel buffers are supported in all shader
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc487 <<renderpass-load-operations, Render Pass Load Operations>>,
9925 This forbids certain cases like "`Load+Release`" that we don't expect to