Home
last modified time | relevance | path

Searched refs:sTypeName (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dstateless_validation.h269 …ype(const char *apiName, const ParameterName &parameterName, const char *sTypeName, const T *value, in validate_struct_type() argument
281 … "%s: parameter %s->sType must be %s.", apiName, parameterName.get_name().c_str(), sTypeName); in validate_struct_type()
307 … const char *sTypeName, uint32_t count, const T *array, VkStructureType sType, in validate_struct_type_array() argument
321 … "%s: parameter %s[%d].sType must be %s", apiName, arrayName.get_name().c_str(), i, sTypeName); in validate_struct_type_array()
351 … const char *sTypeName, uint32_t *count, const T *array, VkStructureType sType, in validate_struct_type_array() argument
363 …skip_call |= validate_struct_type_array(apiName, countName, arrayName, sTypeName, (*count), array,… in validate_struct_type_array()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py2028sTypeName = "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_{0}_FEATURES{1}".format(sType, sVerSuffix + sExtSuf…
2030 …"{{ return FeatureDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefini…
2057 sTypeName = "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_{0}_FEATURES{1}".format(sType, sSuffix)
2058 blobChecker += "\t\t{0},\n".format(sTypeName)
2160sTypeName = "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_{0}_PROPERTIES{1}".format(sType, sVerSuffix + sExtS…
2162 …"{{ return PropertyDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefin…
2181 sTypeName = "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_{0}_PROPERTIES{1}".format(sType, sSuffix)
2182 blobChecker += "\t\t{0},\n".format(sTypeName)