HomeSort by relevance Sort by last modified time
    Searched refs:ParameterName (Results 1 - 25 of 34) sorted by null

1 2

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
parameter_validation.h 245 skipCall |= validate_struct_pnext(report_data, "vkCreateDevice", ParameterName("pCreateInfo->pQueueCreateInfos[%i].pNext", ParameterName::IndexVector{ queueCreateInfoIndex }), NULL, pCreateInfo->pQueueCreateInfos[queueCreateInfoIndex].pNext, 0, NULL, GeneratedHeaderVersion);
247 skipCall |= validate_reserved_flags(report_data, "vkCreateDevice", ParameterName("pCreateInfo->pQueueCreateInfos[%i].flags", ParameterName::IndexVector{ queueCreateInfoIndex }), pCreateInfo->pQueueCreateInfos[queueCreateInfoIndex].flags);
249 skipCall |= validate_array(report_data, "vkCreateDevice", ParameterName("pCreateInfo->pQueueCreateInfos[%i].queueCount", ParameterName::IndexVector{ queueCreateInfoIndex }), ParameterName("pCreateInfo->pQueueCreateInfos[%i].pQueuePriorities", ParameterName::IndexVector{ queueCreateInfoIndex }), pCreateInfo->pQueueCreateInfos[queueCreateInfoIndex].queueCount, pCreateInfo->pQueueCreateInfos[queueCreateInfoIndex].pQueuePriorities, true, true);
462 skipCall |= validate_struct_pnext(report_data, "vkQueueSubmit", ParameterName("pSubmits[%i].pNext", ParameterName::IndexVector{ submitIndex }), NULL, pSubmits[submitIndex].pNext, 0, NULL, GeneratedHeaderVersion)
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_name.h 39 * With the ParameterName class, a format string and a vector of format values are stored by the ParameterName object that is
41 * name string from the ParameterName object:
42 * validate_stype(ParameterName("pCreateInfo[%i].sType", IndexVector{ i }), pCreateInfo[i].sType);
44 class ParameterName {
55 * Construct a ParameterName object from a string literal, without formatting.
61 ParameterName(const char *source) : source_(source) { assert(IsValid()); }
64 * Construct a ParameterName object from a std::string object, without formatting.
70 ParameterName(const std::string &source) : source_(source) { assert(IsValid()); }
73 * Construct a ParameterName object from a std::string object, without formatting
    [all...]
parameter_validation.h 167 bool ValidateGreaterThan(const T value, const T lower_bound, const ParameterName &parameter_name,
183 bool ValidateGreaterThanZero(const T value, const ParameterName &parameter_name, const UNIQUE_VALIDATION_ERROR_CODE vuid,
194 * @param parameterName Name of parameter being validated.
198 static bool validate_required_pointer(debug_report_data *report_data, const char *apiName, const ParameterName &parameterName,
205 parameterName.get_name().c_str(), validation_error_map[vuid]);
229 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName,
230 const ParameterName &arrayName, T count, const void *array, bool countRequired, bool arrayRequired,
272 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName,
273 const ParameterName &arrayName, const T *count, const void *array, bool countPtrRequired
    [all...]
parameter_validation_utils.cpp 108 static bool validate_string(debug_report_data *report_data, const char *apiName, const ParameterName &stringName,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_name.h 39 * With the ParameterName class, a format string and a vector of format values are stored by the ParameterName object that is
41 * name string from the ParameterName object:
42 * validate_stype(ParameterName("pCreateInfo[%i].sType", IndexVector{ i }), pCreateInfo[i].sType);
44 class ParameterName {
55 * Construct a ParameterName object from a string literal, without formatting.
61 ParameterName(const char *source) : source_(source) { assert(IsValid()); }
64 * Construct a ParameterName object from a std::string object, without formatting.
70 ParameterName(const std::string &source) : source_(source) { assert(IsValid()); }
73 * Construct a ParameterName object from a std::string object, without formatting
    [all...]
parameter_validation_utils.h 120 bool ValidateGreaterThan(debug_report_data *report_data, const char *api_name, const ParameterName &parameter_name, T value,
139 * @param parameterName Name of parameter being validated.
143 static bool validate_required_pointer(debug_report_data *report_data, const char *apiName, const ParameterName &parameterName,
151 parameterName.get_name().c_str());
175 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName,
176 const ParameterName &arrayName, T count, const void *array, bool countRequired, bool arrayRequired) {
217 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName,
218 const ParameterName &arrayName, const T *count, const void *array, bool countPtrRequired,
245 * @param parameterName Name of struct parameter being validated
    [all...]
parameter_validation.cpp     [all...]
  /external/kotlinc/lib/
kotlin-annotations-android.jar 
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /external/v8/src/debug/
debug-frames.cc 119 Handle<String> name(scope_info->ParameterName(i));
168 Handle<String> name(scope_info->ParameterName(i));
debug-scopes.cc 625 if (String::Equals(handle(scope_info->ParameterName(i)), parameter_name)) {
  /external/v8/src/objects/
scope-info.h 106 String* ParameterName(int var);
scope-info.cc 529 String* ScopeInfo::ParameterName(int var) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 1154 PWSTR ParameterName,
1162 PWSTR ParameterName,
video.h 953 IN PWSTR ParameterName,
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/
StubsTest.kt     [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 453 Handle<String> name(scope_info->ParameterName(index));
457 if (scope_info->ParameterName(j) == *name) {
    [all...]
runtime-debug.cc 716 details->set(details_index++, scope_info->ParameterName(i));
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /external/v8/src/
frames.cc     [all...]
gdb-jit.cc 1179 scope->ParameterName(param)->ToCString(DISALLOW_NULLS).get());
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.1.51/
kotlin-runtime-1.1.51.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 

Completed in 1323 milliseconds

1 2