Searched defs:num_char_bytes (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dvk_layer_utils.cpp582 int num_char_bytes = 0; local
589 num_char_bytes = 0;
591 num_char_bytes = 1;
593 num_char_bytes = 2;
595 num_char_bytes = 3;
600 // Validate the following num_char_bytes of data
601 for (j = 0; (j < num_char_bytes) && (i < max_length); j++) {
/external/vulkan-validation-layers/loader/
H A Dloader.c4168 int num_char_bytes = 0; local
4175 num_char_bytes = 0;
4177 num_char_bytes = 1;
4179 num_char_bytes = 2;
4181 num_char_bytes = 3;
4186 // Validate the following num_char_bytes of data
4187 for (j = 0; (j < num_char_bytes) && (i < max_length); j++) {

Completed in 58 milliseconds