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

  /external/vulkan-validation-layers/layers/
parameter_validation_utils.h 44 INVALID_STRUCT_STYPE, // The sType field of a Vulkan structure does
265 INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s->sType must be %s", apiName,
345 __LINE__, INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s[%d].sType must be %s", apiName,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 39 INVALID_STRUCT_STYPE, // The sType field of a Vulkan structure does
241 INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s->sType must be %s", apiName, parameterName, sTypeName);
319 __LINE__, INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s[%d].sType must be %s", apiName,
    [all...]

Completed in 109 milliseconds