HomeSort by relevance Sort by last modified time
    Searched refs:vk_format (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_image.c 29 #include "vk_format.h"
159 VkFormat vk_format,
170 desc = vk_format_description(vk_format);
171 first_non_void = vk_format_get_first_non_void_channel(vk_format);
253 VkFormat vk_format,
266 desc = vk_format_description(vk_format);
275 first_non_void = vk_format_get_first_non_void_channel(vk_format);
277 num_format = radv_translate_tex_numformat(vk_format, desc, first_non_void);
282 data_format = radv_translate_tex_dataformat(vk_format, desc, first_non_void);
322 unsigned swap = radv_translate_colorswap(vk_format, FALSE)
    [all...]
radv_meta_clear.c 29 #include "vk_format.h"
219 VkFormat vk_format,
228 .format = vk_format,
385 unsigned fs_key = radv_format_meta_fs_key(iview->vk_format);
849 if (vk_format_get_blocksizebits(iview->image->vk_format) > 64)
882 ret = radv_format_pack_clear_color(iview->image->vk_format,
    [all...]
radv_meta_resolve_cs.c 32 #include "vk_format.h"
363 .format = src_image->vk_format,
380 .format = dest_image->vk_format,
437 if (vk_format_is_int(src_image->vk_format))
radv_device.c 43 #include "vk_format.h"
    [all...]
radv_meta_copy.c 25 #include "vk_format.h"
30 const struct vk_format_description *desc = vk_format_description(image->vk_format);
84 VkFormat format = image->vk_format;
radv_pipeline.c 42 #include "vk_format.h"
578 static unsigned si_choose_spi_color_format(VkFormat vk_format,
582 const struct vk_format_description *desc = vk_format_description(vk_format);
593 format = radv_translate_colorformat(vk_format);
594 ntype = radv_translate_color_numformat(vk_format, desc,
595 vk_format_get_first_non_void_channel(vk_format));
596 swap = radv_translate_colorswap(vk_format, false);
    [all...]
radv_meta_resolve.c 483 .format = src_image->vk_format,
500 .format = dest_image->vk_format,
radv_private.h 1011 VkFormat vk_format; member in struct:radv_image
1081 VkFormat vk_format; member in struct:radv_image_view
1111 VkFormat vk_format; member in struct:radv_buffer_view
    [all...]
radv_meta_blit.c 350 unsigned fs_key = radv_format_meta_fs_key(dest_image->vk_format);
519 .format = src_image->vk_format,
613 .format = dest_image->vk_format,
    [all...]
radv_meta_blit2d.c 29 #include "vk_format.h"
288 depth_format = vk_format_stencil_only(dst->image->vk_format);
290 depth_format = vk_format_depth_only(dst->image->vk_format);
359 unsigned fs_key = radv_format_meta_fs_key(dst_temps.iview.vk_format);
    [all...]
radv_meta_decompress.c 392 .format = image->vk_format,
radv_meta_fast_clear.c 431 .format = image->vk_format,
radv_cmd_buffer.c 32 #include "vk_format.h"
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 256 anv_get_format(const struct gen_device_info *devinfo, VkFormat vk_format,
259 struct anv_format format = anv_formats[vk_format];
265 assert(vk_format_aspects(vk_format) & VK_IMAGE_ASPECT_STENCIL_BIT);
271 assert(vk_format_aspects(vk_format) & VK_IMAGE_ASPECT_DEPTH_BIT);
276 assert(vk_format_aspects(vk_format) == VK_IMAGE_ASPECT_COLOR_BIT);
301 if (vk_format == VK_FORMAT_B4G4R4A4_UNORM_PACK16 && devinfo->gen < 8) {
anv_private.h 1569 VkFormat vk_format; member in struct:anv_image
1654 VkFormat vk_format; member in struct:anv_image_view
    [all...]
anv_image.c 285 image->vk_format = pCreateInfo->format;
286 image->aspects = vk_format_aspects(image->vk_format);
509 iview->vk_format = pCreateInfo->format;
anv_blorp.c 317 anv_get_isl_format(&cmd_buffer->device->info, anv_image->vk_format,
454 anv_get_format(&cmd_buffer->device->info, src_image->vk_format,
457 anv_get_format(&cmd_buffer->device->info, dst_image->vk_format,
820 anv_get_format(&cmd_buffer->device->info, image->vk_format,
    [all...]
anv_wsi.c 185 assert(vk_format_is_color(image->vk_format));
genX_pipeline.c 478 VkFormat vk_format = local
480 assert(vk_format_is_depth_or_stencil(vk_format));
481 if (vk_format_aspects(vk_format) & VK_IMAGE_ASPECT_DEPTH_BIT) {
483 anv_get_isl_format(&pipeline->device->info, vk_format,
    [all...]
genX_cmd_buffer.c 520 assert(iview->vk_format == att->format);
    [all...]
  /external/mesa3d/src/vulkan/wsi/
wsi_common_wayland.c 100 wl_drm_format_for_vk_format(VkFormat vk_format, bool alpha)
102 switch (vk_format) {
491 VkFormat vk_format; member in struct:wsi_wl_swapchain
728 chain->vk_format = pCreateInfo->imageFormat;
729 chain->drm_format = wl_drm_format_for_vk_format(chain->vk_format, alpha);

Completed in 516 milliseconds