Searched refs:first_layout (Results 1 – 3 of 3) sorted by relevance
/external/libxkbcommon/test/ |
D | keymap.c | 42 const xkb_layout_index_t first_layout = 0; in test_garbage_key() local 53 nlevels = xkb_keymap_num_levels_for_key(keymap, kc, first_layout); in test_garbage_key() 55 nsyms = xkb_keymap_key_get_syms_by_level(keymap, kc, first_layout, 0, &syms); in test_garbage_key() 58 nsyms = xkb_keymap_key_get_syms_by_level(keymap, kc, first_layout, 1, &syms); in test_garbage_key() 65 nlevels = xkb_keymap_num_levels_for_key(keymap, kc, first_layout); in test_garbage_key() 67 nsyms = xkb_keymap_key_get_syms_by_level(keymap, kc, first_layout, 0, &syms); in test_garbage_key() 69 nsyms = xkb_keymap_key_get_syms_by_level(keymap, kc, first_layout, 1, &syms); in test_garbage_key()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 3510 … const VkImageLayout first_layout, const uint32_t attachment, in ValidateLayoutVsAttachmentDescription() argument 3518 if (use_rp2 && ((first_layout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL) || in ValidateLayoutVsAttachmentDescription() 3519 (first_layout == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL) || in ValidateLayoutVsAttachmentDescription() 3520 … (first_layout == VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL))) { in ValidateLayoutVsAttachmentDescription() 3524 …lear attachment %d with invalid first layout %s.", attachment, string_VkImageLayout(first_layout)); in ValidateLayoutVsAttachmentDescription() 3525 } else if (!use_rp2 && ((first_layout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL) || in ValidateLayoutVsAttachmentDescription() 3526 (first_layout == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL))) { in ValidateLayoutVsAttachmentDescription() 3530 …lear attachment %d with invalid first layout %s.", attachment, string_VkImageLayout(first_layout)); in ValidateLayoutVsAttachmentDescription() 3534 if (first_layout == VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL) { in ValidateLayoutVsAttachmentDescription() 3538 …lear attachment %d with invalid first layout %s.", attachment, string_VkImageLayout(first_layout)); in ValidateLayoutVsAttachmentDescription() [all …]
|
D | core_validation.h | 1454 … const VkImageLayout first_layout, const uint32_t attachment,
|