Home | History | Annotate | Download | only in layers

Lines Matching refs:msg_code

416     UNIQUE_VALIDATION_ERROR_CODE msg_code = VALIDATION_ERROR_UNDEFINED;  // sentinel value meaning "no error"
421 msg_code = VALIDATION_ERROR_0a000970;
426 msg_code = VALIDATION_ERROR_0a000972;
431 msg_code = VALIDATION_ERROR_0a000974;
436 msg_code = VALIDATION_ERROR_0a000976;
441 msg_code = VALIDATION_ERROR_0a000978;
446 msg_code = VALIDATION_ERROR_0a00097a;
454 if (msg_code != VALIDATION_ERROR_UNDEFINED) {
457 HandleToUint64(img_barrier->image), __LINE__, msg_code, "DS",
460 string_VkImageLayout(layout), HandleToUint64(img_barrier->image), usage_flags, validation_error_map[msg_code]);
553 const char *caller, UNIQUE_VALIDATION_ERROR_CODE msg_code, bool *error) {
590 __LINE__, msg_code, "DS",
598 HandleToUint64(cb_node->commandBuffer), __LINE__, msg_code, "DS",
601 validation_error_map[msg_code]);
3871 const VkBufferImageCopy *pRegions, const char *func_name, UNIQUE_VALIDATION_ERROR_CODE msg_code) {
3905 __LINE__, msg_code, "IMAGE", "%s: pRegion[%d] exceeds image bounds. %s.", func_name, i,
3906 validation_error_map[msg_code]);
3915 UNIQUE_VALIDATION_ERROR_CODE msg_code) {
3972 __LINE__, msg_code, "IMAGE", "%s: pRegion[%d] exceeds buffer size of %" PRIu64 " bytes. %s.", func_name,
3973 i, buffer_size, validation_error_map[msg_code]);