Lines Matching defs:layout
541 vk_image_layout_is_read_only(VkImageLayout layout,
546 switch (layout) {
549 return true; /* These are only used for layout transitions */
596 unreachable("Invalid image layout.");
599 unreachable("Invalid image layout.");
603 vk_image_layout_is_depth_only(VkImageLayout layout)
605 switch (layout) {
617 * "If layout only specifies the layout of the depth aspect of the
618 * attachment, the layout of the stencil aspect is specified by the
620 * included in the pNext chain. Otherwise, layout describes the layout for
645 * depth and stencil aspects, and layout is
650 assert(!vk_image_layout_is_depth_only(att_ref->layout));
652 return att_ref->layout;
668 * finalLayout does not specify a layout for the stencil aspect, then the
704 vk_image_layout_to_usage_flags(VkImageLayout layout,
709 switch (layout) {
840 unreachable("Invalid image layout.");
843 unreachable("Invalid image layout.");