| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_meta_clear.c | 29 VkImageLayout imageLayout, 39 VkImageLayout imageLayout,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta_fmask_expand.c | 143 .imageLayout = VK_IMAGE_LAYOUT_GENERAL}, 153 .imageLayout = VK_IMAGE_LAYOUT_GENERAL},
|
| radv_meta_copy_vrs_htile.c | 274 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_resolve_cs.c | 544 .imageLayout = VK_IMAGE_LAYOUT_GENERAL}, 555 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 599 .imageLayout = VK_IMAGE_LAYOUT_GENERAL}, 610 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_decompress.c | 687 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 699 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_fast_clear.c | 880 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 892 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_bufimage.c | 1387 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1538 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1688 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1700 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1838 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_clear.c | 1590 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 2422 radv_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageLayout, 2443 radv_cmd_clear_image(cmd_buffer, image, imageLayout, (const VkClearValue *)pColor, rangeCount, 2451 VkImageLayout imageLayout, 2462 radv_cmd_clear_image(cmd_buffer, image, imageLayout, (const VkClearValue *)pDepthStencil,
|
| radv_meta_resolve_fs.c | 803 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 868 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_meta_fmask_expand.c | 162 .imageLayout = VK_IMAGE_LAYOUT_GENERAL 176 .imageLayout = VK_IMAGE_LAYOUT_GENERAL
|
| radv_meta_resolve_cs.c | 343 .imageLayout = VK_IMAGE_LAYOUT_GENERAL }, 356 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_fast_clear.c | 794 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 808 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_bufimage.c | 1678 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1847 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 2018 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 2032 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 2178 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| radv_meta_clear.c | 1989 VkImageLayout imageLayout, 2010 radv_cmd_clear_image(cmd_buffer, image, imageLayout, 2020 VkImageLayout imageLayout, 2033 radv_cmd_clear_image(cmd_buffer, image, imageLayout,
|
| radv_meta_resolve_fs.c | 398 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_command_buffer.c | 1311 VkImageLayout imageLayout, 1321 commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); 1326 imageLayout, pColor, rangeCount, pRanges); 1332 VkImageLayout imageLayout, 1342 commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); 1347 imageLayout, pDepthStencil,
|
| vn_descriptor_set.c | 899 dst->imageLayout = src->imageLayout;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/ |
| radv_sqtt_layer.c | 533 sqtt_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image_h, VkImageLayout imageLayout, 537 EVENT_MARKER(ClearColorImage, commandBuffer, image_h, imageLayout, pColor, rangeCount, pRanges); 542 VkImageLayout imageLayout, 546 EVENT_MARKER(ClearDepthStencilImage, commandBuffer, image_h, imageLayout, pDepthStencil,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| vn_protocol_driver_command_buffer.h | 3090 static inline size_t vn_sizeof_vkCmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) 3098 cmd_size += vn_sizeof_VkImageLayout(&imageLayout); 3114 static inline void vn_encode_vkCmdClearColorImage(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) 3123 vn_encode_VkImageLayout(enc, &imageLayout); 3136 static inline size_t vn_sizeof_vkCmdClearColorImage_reply(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) 3143 /* skip imageLayout */ 3151 static inline void vn_decode_vkCmdClearColorImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) 3159 /* skip imageLayout */ 3165 static inline size_t vn_sizeof_vkCmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) 3173 cmd_size += vn_sizeof_VkImageLayout(&imageLayout); [all...] |
| vn_protocol_driver_descriptor_set.h | 195 size += vn_sizeof_VkImageLayout(&val->imageLayout); 204 vn_encode_VkImageLayout(enc, &val->imageLayout);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_blorp.c | 841 VkImageLayout imageLayout, 864 imageLayout, ISL_AUX_USAGE_NONE, &surf); 902 VkImageLayout imageLayout, 917 imageLayout, ISL_AUX_USAGE_NONE, &depth); 925 imageLayout, ISL_AUX_USAGE_NONE, &stencil);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_vX_descriptor_set.c | 155 desc->image.layout = pImageInfo->imageLayout;
|
| panvk_vX_meta_clear.c | 532 VkImageLayout imageLayout, 610 VkImageLayout imageLayout,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_blorp.c | 1029 VkImageLayout imageLayout, 1050 imageLayout, ISL_AUX_USAGE_NONE, &surf); 1091 VkImageLayout imageLayout, 1108 imageLayout, ISL_AUX_USAGE_NONE, &depth); 1118 imageLayout, ISL_AUX_USAGE_NONE, &stencil);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_context.c | 517 ctx->di.textures[shader][slot].imageLayout = get_layout_for_binding(res, type, shader == PIPE_SHADER_COMPUTE); 525 ctx->di.textures[shader][slot].imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; 531 ctx->di.textures[shader][slot].imageLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; 554 ctx->di.images[shader][slot].imageLayout = VK_IMAGE_LAYOUT_GENERAL; 567 ctx->di.images[shader][slot].imageLayout = VK_IMAGE_LAYOUT_GENERAL; 1213 if (ctx->di.textures[PIPE_SHADER_COMPUTE][slot].imageLayout != layout) { 1221 if (ctx->di.textures[i][slot].imageLayout != layout) { 1605 ii->imageLayout = VK_IMAGE_LAYOUT_GENERAL; 1636 ii->imageLayout = zink_descriptor_util_image_layout_eval(res, false); 1755 ii->imageLayout = VK_IMAGE_LAYOUT_GENERAL [all...] |