Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:layerName

223             enumerate_instance_extensions(props.layerName, &count, nullptr);
228 props.layerName, path_.c_str(), result);
234 props.layerName, &count, layer.instance_extensions.data());
239 props.layerName, path_.c_str(), result);
254 VK_NULL_HANDLE, props.layerName, &count, nullptr);
259 props.layerName, path_.c_str(), result);
265 VK_NULL_HANDLE, props.layerName, &count,
271 props.layerName, path_.c_str(), result);
279 (layer.is_global) ? "global" : "instance", props.layerName,
291 std::max(size_t{2}, strlen(layer.properties.layerName));
293 strcpy(name, layer.properties.layerName);
447 layerName, name) == 0;