Home
last modified time | relevance | path

Searched refs:object_non_dispatch_list (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/
Dvk-layer-generate.py260 if vk_type.strip('*') in vulkan.object_non_dispatch_list:
1558 if destroy_obj_type in vulkan.object_non_dispatch_list:
1562 …(struct_uses, local_decls) = get_object_uses(vulkan.object_non_dispatch_list, proto.params[1:last_…
1577 if local_decls[ld].strip('*') not in vulkan.object_non_dispatch_list:
1583 if base_type not in vulkan.object_non_dispatch_list:
1599 if obj_type in vulkan.object_non_dispatch_list:
Dvulkan.py1273 object_non_dispatch_list = [ variable
1299 object_type_list = object_dispatch_list + object_non_dispatch_list
Dvk_helper.py1620 …safe_' not in m_type and not self._typeHasObject(m_type, vulkan.object_non_dispatch_list):#m_type …
1699 …safe_' not in m_type and not self._typeHasObject(m_type, vulkan.object_non_dispatch_list):# in ['c…