HomeSort by relevance Sort by last modified time
    Searched refs:type_to_check (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/
vk_helper.py 341 # check if given identifier is of specified type_to_check
342 def is_type(identifier, type_to_check):
343 if identifier in types_dict and type_to_check == types_dict[identifier]:
347 if new_id in types_dict and type_to_check == types_dict[new_id]:
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py 341 # check if given identifier is of specified type_to_check
342 def is_type(identifier, type_to_check):
343 if identifier in types_dict and type_to_check == types_dict[identifier]:
347 if new_id in types_dict and type_to_check == types_dict[new_id]:
    [all...]

Completed in 80 milliseconds