Home
last modified time | relevance | path

Searched refs:explicit_layer (Results 1 – 12 of 12) sorted by relevance

/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp34 redirect_category(path, ManifestCategory::explicit_layer); in redirect_all_paths()
92 if (category == ManifestCategory::explicit_layer)
110 if (category == ManifestCategory::explicit_layer)
155 if (category == ManifestCategory::explicit_layer)
186 if (category == ManifestCategory::explicit_layer) {
Dshim.h47 enum class ManifestCategory { implicit_layer, explicit_layer, icd }; enumerator
/third_party/vulkan-loader/
DREADME_OpenHarmony.md68 /system/etc/vulkan/explicit_layer.d/
70 /data/vulkan/explicit_layer.d/
74 需要显式加载的layer的json文件应放在`xxx/explicit_layer.d/`下,不会被Vulkan-Loader默认加载。
DBUILD.md563 `/tmp/build/etc/vulkan/explicit_layer.d` and
564 `/tmp/build/share/vulkan/explicit_layer.d` for the layer JSON files. The
566 `/etc/vulkan/explicit_layer.d` and `/usr/share/vulkan/explicit_layer.d` after
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp203 …platform_shim->set_path(ManifestCategory::explicit_layer, get_folder(ManifestLocation::explicit_la… in FrameworkEnvironment()
263 add_layer_impl(TestLayerDetails{layer_manifest, json_name}, ManifestCategory::explicit_layer); in add_explicit_layer()
269 …l(TestLayerDetails{layer_manifest, json_name}.set_is_fake(true), ManifestCategory::explicit_layer); in add_fake_explicit_layer()
275 add_layer_impl(layer_details, ManifestCategory::explicit_layer); in add_explicit_layer()
279 fs::FolderManager* fs_ptr = &get_folder(ManifestLocation::explicit_layer); in add_layer_impl()
Dtest_environment.h339 explicit_layer = 3, enumerator
/third_party/skia/build/fuchsia/skqp/
DBUILD.gn89 …"data/vulkan/explicit_layer.d/VkLayer_khronos_validation.json=${layer_path}/data/vulkan/explicit_l…
/third_party/skia/third_party/externals/angle2/doc/
DDebuggingTips.md234 echo "$ver"/x86_64/etc/explicit_layer.d/
235 test -d "$ver"/x86_64/etc/explicit_layer.d || exit 1
243 echo sudo cp "$ver"/x86_64/etc/explicit_layer.d/* /etc/explicit_layer.d/
244 sudo cp "$ver"/x86_64/etc/explicit_layer.d/* /etc/explicit_layer.d/
/third_party/mesa3d/src/intel/nullhw-layer/
Dmeson.build37 install_dir : join_paths(get_option('datadir'), 'vulkan', 'explicit_layer.d'),
/third_party/mesa3d/src/vulkan/overlay-layer/
Dmeson.build50 install_dir : join_paths(get_option('datadir'), 'vulkan', 'explicit_layer.d'),
/third_party/vulkan-loader/tests/
Dloader_envvar_tests.cpp201 check_paths(env.debug_log, ManifestCategory::explicit_layer, HOME); in TEST()
/third_party/vk-gl-cts/external/amber/src/
DREADME.md242 export VK_LAYER_PATH=$VULKAN_SDK/etc/vulkan/explicit_layer.d