Home | History | Annotate | Download | only in libvulkan

Lines Matching defs:props

213         const VkLayerProperties& props = properties[i];
216 layer.properties = props;
222 enumerate_instance_extensions(props.layerName, &count, nullptr);
227 props.layerName, path_.c_str(), result);
233 props.layerName, &count, layer.instance_extensions.data());
238 props.layerName, path_.c_str(), result);
245 if (memcmp(&props, &dev_props, sizeof(props)) == 0) {
253 VK_NULL_HANDLE, props.layerName, &count, nullptr);
258 props.layerName, path_.c_str(), result);
264 VK_NULL_HANDLE, props.layerName, &count,
270 props.layerName, path_.c_str(), result);
278 (layer.is_global) ? "global" : "instance", props.layerName,