Home
last modified time | relevance | path

Searched refs:depth_clear_value (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c273 clear.DepthClearValue = info->depth_clear_value; in isl_genX()
278 fu.f = info->depth_clear_value; in isl_genX()
283 clear.DepthClearValue = info->depth_clear_value * ((1u << 24) - 1); in isl_genX()
286 clear.DepthClearValue = info->depth_clear_value * ((1u << 16) - 1); in isl_genX()
Disl.h1510 float depth_clear_value; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c619 if (!zstex->depth_cleared || zstex->depth_clear_value != depth) { in si_clear()
623 if (zstex->depth_clear_value != (float)depth) { in si_clear()
624 if ((zstex->depth_clear_value != 0) != (depth != 0)) { in si_clear()
630 zstex->depth_clear_value = depth; in si_clear()
Dsi_state.c3144 S_028038_ZRANGE_PRECISION(tex->depth_clear_value != 0)); in si_emit_framebuffer_state()
3166 S_028038_ZRANGE_PRECISION(tex->depth_clear_value != 0)); in si_emit_framebuffer_state()
3212 S_028040_ZRANGE_PRECISION(tex->depth_clear_value != 0)); in si_emit_framebuffer_state()
3224 radeon_emit(cs, fui(tex->depth_clear_value)); /* R_02802C_DB_DEPTH_CLEAR */ in si_emit_framebuffer_state()
Dsi_texture.c520 tex->depth_clear_value = new_tex->depth_clear_value; in si_reallocate_texture_inplace()
Dsi_pipe.h338 float depth_clear_value; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c514 if (rtex->depth_clear_value != depth) { in r600_clear()
515 rtex->depth_clear_value = depth; in r600_clear()
Dr600_pipe_common.h227 float depth_clear_value; member
Dr600_state.c1555 radeon_set_context_reg(cs, R_02802C_DB_DEPTH_CLEAR, fui(rtex->depth_clear_value)); in r600_emit_db_state()
Devergreen_state.c2056 radeon_set_context_reg(cs, R_02802C_DB_DEPTH_CLEAR, fui(rtex->depth_clear_value)); in evergreen_emit_db_state()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h195 … VkDepthStencilObj *depth_stencil_obj, float depth_clear_value, uint32_t stencil_clear_value);
Dvkrenderframework.cpp1804 … VkDepthStencilObj *depth_stencil_obj, float depth_clear_value, in ClearAllBuffers() argument
1833 VkClearDepthStencilValue clear_value = {depth_clear_value, stencil_clear_value}; in ClearAllBuffers()
Dvklayertests_buffer_image_memory_sampler.cpp4763 VkClearDepthStencilValue depth_clear_value = {}; in TEST_F() local
4770 …DepthStencilImage(depth_image.handle(), VK_IMAGE_LAYOUT_UNDEFINED, &depth_clear_value, 1, &clear_r… in TEST_F()
4774 …arDepthStencilImage(depth_image.handle(), VK_IMAGE_LAYOUT_GENERAL, &depth_clear_value, 1, &clear_r… in TEST_F()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c416 info.depth_clear_value = depth_mt->fast_clear_color.f32[0]; in brw_emit_depthbuffer()
/external/mesa3d/docs/relnotes/
D12.0.0.rst157 …dEQP-GLES3.functional.state_query.floats.{blend_color,color_clear_value,depth_clear_value}_getinte…
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1661 info.depth_clear_value = params->depth.clear_color.f32[0]; in blorp_emit_depth_stencil_config()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c406 float depth_clear_value, in anv_can_hiz_clear_ds_view() argument
439 if (depth_clear_value != ANV_HZ_FC_VAL) in anv_can_hiz_clear_ds_view()
5129 info.depth_clear_value = ANV_HZ_FC_VAL; in cmd_buffer_emit_depth_stencil()