Home
last modified time | relevance | path

Searched refs:depth_format (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_surface.c65 enum pipe_format depth_format = fb->zsbuf ? in llvmpipe_set_framebuffer_state()
68 util_format_description(depth_format); in llvmpipe_set_framebuffer_state()
98 draw_set_zs_format(lp->draw, depth_format); in llvmpipe_set_framebuffer_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c52 struct radv_image_view *iview, VkFormat depth_format, VkImageAspectFlagBits aspects) in create_iview() argument
59 if (depth_format) in create_iview()
60 format = depth_format; in create_iview()
81 struct radv_buffer_view *bview, VkFormat depth_format) in create_bview() argument
85 if (depth_format) in create_bview()
86 format = depth_format; in create_bview()
108 enum blit2d_src_type src_type, VkFormat depth_format, VkImageAspectFlagBits aspects, in blit2d_bind_src() argument
114 create_bview(cmd_buffer, src_buf, &tmp->bview, depth_format); in blit2d_bind_src()
132 create_iview(cmd_buffer, src_img, &tmp->iview, depth_format, aspects); in blit2d_bind_src()
166 uint32_t width, uint32_t height, VkFormat depth_format, in blit2d_bind_dst() argument
[all …]
Dradv_meta_bufimage.c1723 VkFormat depth_format = 0; in radv_meta_image_to_image_cs() local
1725 depth_format = vk_format_stencil_only(dst->image->vk_format); in radv_meta_image_to_image_cs()
1727 depth_format = vk_format_depth_only(dst->image->vk_format); in radv_meta_image_to_image_cs()
1729 create_iview(cmd_buffer, src, &src_view, depth_format, aspect_mask); in radv_meta_image_to_image_cs()
1730 create_iview(cmd_buffer, dst, &dst_view, depth_format, aspect_mask); in radv_meta_image_to_image_cs()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1012 const VkFormat depth_format = info.depth.format; in init_depth_buffer() local
1014 vkGetPhysicalDeviceFormatProperties(info.gpus[0], depth_format, &props); in init_depth_buffer()
1026 std::cout << "depth_format " << depth_format << " Unsupported.\n"; in init_depth_buffer()
1033 image_info.format = depth_format; in init_depth_buffer()
1057 view_info.format = depth_format; in init_depth_buffer()
1070 if (depth_format == VK_FORMAT_D16_UNORM_S8_UINT || in init_depth_buffer()
1071 depth_format == VK_FORMAT_D24_UNORM_S8_UINT || depth_format == VK_FORMAT_D32_SFLOAT_S8_UINT) in init_depth_buffer()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1023 const VkFormat depth_format = info.depth.format; in init_depth_buffer() local
1025 vkGetPhysicalDeviceFormatProperties(info.gpus[0], depth_format, &props); in init_depth_buffer()
1037 std::cout << "depth_format " << depth_format << " Unsupported.\n"; in init_depth_buffer()
1044 image_info.format = depth_format; in init_depth_buffer()
1068 view_info.format = depth_format; in init_depth_buffer()
1081 if (depth_format == VK_FORMAT_D16_UNORM_S8_UINT || in init_depth_buffer()
1082 depth_format == VK_FORMAT_D24_UNORM_S8_UINT || depth_format == VK_FORMAT_D32_SFLOAT_S8_UINT) in init_depth_buffer()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c245 uint32_t depth_format = translate_depth_format(zsbuf->base.format); in etna_set_framebuffer_state() local
247 depth_format == VIVS_PE_DEPTH_CONFIG_DEPTH_FORMAT_D16 ? 16 : 24; in etna_set_framebuffer_state()
251 depth_format | in etna_set_framebuffer_state()
/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c852 params.depth_format = in blorp_clear_depth_stencil()
1056 params.depth_format = in blorp_hiz_clear_depth_stencil()
1110 enum isl_format depth_format, in blorp_clear_attachments() argument
1154 params.depth_format = isl_format_get_depth_format(depth_format, false); in blorp_clear_attachments()
Dblorp_priv.h216 uint32_t depth_format; member
Dblorp.h235 enum isl_format depth_format,
Dblorp.c514 params.depth_format = in blorp_hiz_op()
Dblorp_genX_exec.h778 sf.DepthBufferSurfaceFormat = params->depth_format; in blorp_emit_sf_config()
/third_party/flutter/glfw/tests/
Dvulkan.c844 const VkFormat depth_format = VK_FORMAT_D16_UNORM; in demo_prepare_depth() local
849 .format = depth_format, in demo_prepare_depth()
868 .format = depth_format, in demo_prepare_depth()
882 demo->depth.format = depth_format; in demo_prepare_depth()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c1300 enum isl_format depth_format = ISL_FORMAT_UNSUPPORTED; in clear_depth_stencil_attachment() local
1302 depth_format = anv_get_isl_format(&cmd_buffer->device->info, in clear_depth_stencil_attachment()
1324 depth_format, pass_att->samples, in clear_depth_stencil_attachment()
1343 depth_format, pass_att->samples, in clear_depth_stencil_attachment()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c159 ring, A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = fmt), in emit_zs()
166 OUT_REG(ring, A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = fmt)); in emit_zs()
218 A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = DEPTH6_NONE)); in emit_zs()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c193 A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = DEPTH6_NONE), in tu6_emit_zs()
200 A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = DEPTH6_NONE)); in tu6_emit_zs()
218 tu_cs_emit(cs, A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = fmt).value); in tu6_emit_zs()
223 A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = fmt)); in tu6_emit_zs()