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

  /external/vulkan-validation-layers/scripts/
spec.py 43 validation_error_enum_name = "VALIDATION_ERROR_" variable
188 error_enum = "%s%s" % (validation_error_enum_name, get8digithex(self.json_db[extra_vuid]['number_vuid']))
231 new_enum = "%s%s" % (validation_error_enum_name, get8digithex(enum_value))
235 enum_decl.append(' %sMAX_ENUM = %d,' % (validation_error_enum_name, max_enum_val + 1))
254 db_lines.append("# error_enum: Unique error enum for this check of format %s<uniqueid>" % validation_error_enum_name)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
spec.py 44 validation_error_enum_name = "VALIDATION_ERROR_" variable
160 enum_str = "%s%05d" % (validation_error_enum_name, unique_enum_id)
184 enum_decl.append(' %sMAX_ENUM = %d,' % (validation_error_enum_name, int(enum.split('_')[-1]) + 1))
223 db_lines.append("# error_enum: Unique error enum for this check of format %s<uniqueid>" % validation_error_enum_name)

Completed in 151 milliseconds