Home
last modified time | relevance | path

Searched refs:layer_path (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/build/fuchsia/skqp/
DBUILD.gn50 layer_path = rebase_path("${fuchsia_sdk_path}/pkg/vulkan_layers")
89 …"data/vulkan/explicit_layer.d/VkLayer_khronos_validation.json=${layer_path}/data/vulkan/explicit_l…
/third_party/vulkan-loader/tests/framework/shim/
Dshim.h164 …oid add_CM_Device_ID(std::wstring const& id, fs::path const& icd_path, fs::path const& layer_path);
Dshim_common.cpp127 …m::add_CM_Device_ID(std::wstring const& id, fs::path const& icd_path, fs::path const& layer_path) { argument
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp173 TestLayerHandle::TestLayerHandle(fs::path const& layer_path) noexcept : layer_library(layer_path) { in TestLayerHandle() argument
Dtest_environment.h293 TestLayerHandle(fs::path const& layer_path) noexcept;