Home
last modified time | relevance | path

Searched defs:icd (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/frontends/rusticl/
Dapi.rs4 pub mod icd; module
/external/angle/src/common/vulkan/
Dvulkan_icd.cpp109 ScopedVkLoaderEnvironment::ScopedVkLoaderEnvironment(bool enableDebugLayers, vk::ICD icd) in ScopedVkLoaderEnvironment()
207 bool ScopedVkLoaderEnvironment::setICDEnvironment(const char *icd) in setICDEnvironment()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DASTIdentifier.java145 IntrospectionCacheData icd = context.icacheGet(this); in execute() local
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
DClassUtils.java184 IntrospectionCacheData icd = context.icacheGet(mck); in getMethod() local
/external/clang/test/SemaCXX/
Ddiscrim-union.cpp101 typedef either<int, char, double> icd; typedef
/external/angle/src/tests/test_utils/
DVulkanHelper.cpp210 vk::ICD icd = useSwiftshader ? vk::ICD::SwiftShader : vk::ICD::Default; in initialize() local