Home | History | Annotate | Download | only in layers

Lines Matching refs:imageLayout

3719 static VkBool32 validateImageView(const layer_data *my_data, const VkImageView *pImageView, const VkImageLayout imageLayout) {
3728 // Validate that imageLayout is compatible with aspectMask and image format
3756 switch (imageLayout) {
3799 string_VkImageLayout(imageLayout), (uint64_t)*pImageView);
3808 string_VkImageLayout(imageLayout), (uint64_t)*pImageView, string_VkFormat(format));
3899 skipCall |= validateImageView(my_data, &(pWDS->pImageInfo[i].imageView), pWDS->pImageInfo[i].imageLayout);
4871 VkImageLayout imageLayout;
4872 if (!FindLayout(dev_data, cb_image_data.first, imageLayout)) {
4880 } else if (imageLayout != cb_image_data.second.initialLayout) {
4885 string_VkImageLayout(imageLayout), string_VkImageLayout(cb_image_data.second.initialLayout));
8229 VkImageLayout imageLayout, const VkClearColorValue *pColor,
8255 dev_data->device_dispatch_table->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges);
8259 vkCmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout,
8286 dev_data->device_dispatch_table->CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount,