Home
last modified time | relevance | path

Searched refs:depth_format (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c65 enum pipe_format depth_format = fb->zsbuf ? in llvmpipe_set_framebuffer_state() local
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/
H A Dradv_meta_blit2d.c52 struct radv_image_view *iview, VkFormat depth_format, VkImageAspectFlagBits aspects) in create_iview()
56 if (depth_format) in create_iview()
57 format = depth_format; in create_iview()
80 struct radv_buffer_view *bview, VkFormat depth_format) in create_bview()
84 if (depth_format) in create_bview()
85 format = depth_format; in create_bview()
107 enum blit2d_src_type src_type, VkFormat depth_format, VkImageAspectFlagBits aspects, in blit2d_bind_src()
113 create_bview(cmd_buffer, src_buf, &tmp->bview, depth_format); in blit2d_bind_src()
131 create_iview(cmd_buffer, src_img, &tmp->iview, depth_format, aspects); in blit2d_bind_src()
211 VkFormat depth_format in radv_meta_blit2d_normal_dst() local
51 create_iview(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *surf, struct radv_image_view *iview, VkFormat depth_format, VkImageAspectFlagBits aspects) create_iview() argument
79 create_bview(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_buffer *src, struct radv_buffer_view *bview, VkFormat depth_format) create_bview() argument
105 blit2d_bind_src(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *src_img, struct radv_meta_blit2d_buffer *src_buf, struct blit2d_src_temps *tmp, enum blit2d_src_type src_type, VkFormat depth_format, VkImageAspectFlagBits aspects, uint32_t log2_samples) blit2d_bind_src() argument
[all...]
H A Dradv_meta_bufimage.c1677 VkFormat depth_format = 0; in radv_meta_image_to_image_cs() local
1679 depth_format = vk_format_stencil_only(dst->image->vk.format); in radv_meta_image_to_image_cs()
1681 depth_format = vk_format_depth_only(dst->image->vk.format); in radv_meta_image_to_image_cs()
1683 create_iview(cmd_buffer, src, &src_view, depth_format, aspect_mask); in radv_meta_image_to_image_cs()
1684 create_iview(cmd_buffer, dst, &dst_view, depth_format, aspect_mask); in radv_meta_image_to_image_cs()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A 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() local
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/
H A Detnaviv_state.c258 uint32_t depth_format = translate_depth_format(zsbuf->base.format); in etna_set_framebuffer_state() local
260 depth_format == VIVS_PE_DEPTH_CONFIG_DEPTH_FORMAT_D16 ? 16 : 24; in etna_set_framebuffer_state()
267 depth_format | in etna_set_framebuffer_state()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp.h262 enum isl_format depth_format,
H A Dblorp_priv.h232 uint32_t depth_format; member
H A Dblorp_clear.c877 params.depth_format = in blorp_clear_depth_stencil()
1058 params.depth_format = in blorp_hiz_clear_depth_stencil()
1112 enum isl_format depth_format, in blorp_clear_attachments()
1156 params.depth_format = isl_format_get_depth_format(depth_format, false); in blorp_clear_attachments()
1110 blorp_clear_attachments(struct blorp_batch *batch, uint32_t binding_table_offset, enum isl_format depth_format, uint32_t num_samples, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_color, union isl_color_value color_value, bool clear_depth, float depth_value, uint8_t stencil_mask, uint8_t stencil_value) blorp_clear_attachments() argument
H A Dblorp.c515 params.depth_format = in blorp_hiz_op()
H A Dblorp_genX_exec.h786 sf.DepthBufferSurfaceFormat = params->depth_format; in blorp_emit_sf_config()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c1264 enum isl_format depth_format = ISL_FORMAT_UNSUPPORTED; in clear_depth_stencil_attachment() local
1266 depth_format = anv_get_isl_format(&cmd_buffer->device->info, in clear_depth_stencil_attachment()
1288 depth_format, in clear_depth_stencil_attachment()
1308 depth_format, in clear_depth_stencil_attachment()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c672 VkFormat depth_format = VK_FORMAT_UNDEFINED; in vk_common_CreateRenderPass2() local
682 depth_format = att->format; in vk_common_CreateRenderPass2()
713 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2()
725 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c734 const VkFormat depth_format = VK_FORMAT_D16_UNORM; in demo_prepare_depth() local
739 .format = depth_format, in demo_prepare_depth()
758 .format = depth_format, in demo_prepare_depth()
772 demo->depth.format = depth_format; in demo_prepare_depth()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c170 ring, A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = fmt), in emit_zs()
177 OUT_REG(ring, A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = fmt)); in emit_zs()
231 A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = DEPTH6_NONE)); in emit_zs()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h850 VkFormat depth_format; member
H A Dpvr_cmd_buffer.c2345 state->depth_format = iviews[hw_render->ds_surface_id]->vk.format; in pvr_stash_depth_format()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c192 A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = DEPTH6_NONE), in tu6_emit_zs()
199 A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = DEPTH6_NONE)); in tu6_emit_zs()
212 tu_cs_emit(cs, A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = fmt).value); in tu6_emit_zs()
220 A6XX_GRAS_SU_DEPTH_BUFFER_INFO(.depth_format = fmt)); in tu6_emit_zs()

Completed in 46 milliseconds