Home | History | Annotate | Download | only in include

Lines Matching refs:VkImageLayout

174     VkImageLayout get_initialLayout() { return m_struct.initialLayout; }
175 void set_initialLayout(VkImageLayout inValue) { m_struct.initialLayout = inValue; }
176 VkImageLayout get_finalLayout() { return m_struct.finalLayout; }
177 void set_finalLayout(VkImageLayout inValue) { m_struct.finalLayout = inValue; }
207 VkImageLayout get_layout() { return m_struct.layout; }
208 void set_layout(VkImageLayout inValue) { m_struct.layout = inValue; }
1167 VkImageLayout get_imageLayout() { return m_struct.imageLayout; }
1168 void set_imageLayout(VkImageLayout inValue) { m_struct.imageLayout = inValue; }
2350 VkImageLayout get_initialLayout() { return m_struct.initialLayout; }
2351 void set_initialLayout(VkImageLayout inValue) { m_struct.initialLayout = inValue; }
2423 VkImageLayout get_oldLayout() { return m_struct.oldLayout; }
2424 void set_oldLayout(VkImageLayout inValue) { m_struct.oldLayout = inValue; }
2425 VkImageLayout get_newLayout() { return m_struct.newLayout; }
2426 void set_newLayout(VkImageLayout inValue) { m_struct.newLayout = inValue; }