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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 175 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName, function in namespace:parameter_validation
217 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName, function in namespace:parameter_validation
230 skip_call |= validate_array(report_data, apiName, countName, arrayName, (*count), array, countValueRequired, arrayRequired);
339 skip_call |= validate_array(report_data, apiName, countName, arrayName, count, array, countRequired, arrayRequired);
388 * that are allowed to contain VK_NULL_HANDLE, use validate_array() instead.
407 skip_call |= validate_array(report_data, api_name, count_name, array_name, count, array, count_required, array_required);
447 skip_call |= validate_array(report_data, apiName, countName, arrayName, count, array, countRequired, arrayRequired);
620 skip_call |= validate_array(report_data, apiName, countName, arrayName, count, array, countRequired, arrayRequired);
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.h 229 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName, function in namespace:parameter_validation
272 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName, function in namespace:parameter_validation
285 skip_call |= validate_array(report_data, apiName, countName, arrayName, array ? (*count) : 0, array, countValueRequired,
355 skip_call |= validate_array(report_data, apiName, countName, arrayName, count, array, countRequired, arrayRequired,
447 * that are allowed to contain VK_NULL_HANDLE, use validate_array() instead.
466 skip_call |= validate_array(report_data, api_name, count_name, array_name, count, array, count_required, array_required,
508 skip_call |= validate_array(report_data, apiName, countName, arrayName, count, array, countRequired, arrayRequired,
    [all...]

Completed in 51 milliseconds