Home | History | Annotate | Download | only in layers

Lines Matching refs:VkBool32

63 static VkBool32 validate_required_pointer(debug_report_data *report_data, const char *apiName, const char *parameterName,
65 VkBool32 skipCall = VK_FALSE;
96 VkBool32 validate_array(debug_report_data *report_data, const char *apiName, const char *countName, const char *arrayName,
97 const T *count, const void *array, VkBool32 countPtrRequired, VkBool32 countValueRequired,
98 VkBool32 arrayRequired) {
99 VkBool32 skipCall = VK_FALSE;
131 VkBool32 validate_array(debug_report_data *report_data, const char *apiName, const char *countName, const char *arrayName, T count,
132 const void *array, VkBool32 countRequired, VkBool32 arrayRequired) {
133 VkBool32 skipCall = VK_FALSE;
164 VkBool32 validate_struct_type(debug_report_data *report_data, const char *apiName, const char *parameterName, const char *sTypeName,
165 const T *value, VkStructureType sType, VkBool32 required) {
166 VkBool32 skipCall = VK_FALSE;
203 VkBool32 validate_struct_type_array(debug_report_data *report_data, const char *apiName, const char *countName,
205 VkStructureType sType, VkBool32 countPtrRequired, VkBool32 countValueRequired,
206 VkBool32 arrayRequired) {
207 VkBool32 skipCall = VK_FALSE;
242 VkBool32 validate_struct_type_array(debug_report_data *report_data, const char *apiName, const char *countName,
244 VkStructureType sType, VkBool32 countRequired, VkBool32 arrayRequired) {
245 VkBool32 skipCall = VK_FALSE;
291 static VkBool32 validate_string_array(debug_report_data *report_data, const char *apiName, const char *countName,
292 const char *arrayName, uint32_t count, const char *const *array, VkBool32 countRequired,
293 VkBool32 arrayRequired) {
294 VkBool32 skipCall = VK_FALSE;
338 static VkBool32 validate_struct_pnext(debug_report_data *report_data, const char *apiName, const char *parameterName,
341 VkBool32 skipCall = VK_FALSE;