Home
last modified time | relevance | path

Searched refs:depth_bounds (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c154 state->dynamic.depth_bounds.min = cmd_buffer->state.dynamic.depth_bounds.min; in radv_meta_save()
155 state->dynamic.depth_bounds.max = cmd_buffer->state.dynamic.depth_bounds.max; in radv_meta_save()
284 cmd_buffer->state.dynamic.depth_bounds.min = state->dynamic.depth_bounds.min; in radv_meta_restore()
285 cmd_buffer->state.dynamic.depth_bounds.max = state->dynamic.depth_bounds.max; in radv_meta_restore()
H A Dradv_pipeline.c1791 info.depth_bounds.min = ds->minDepthBounds; in radv_pipeline_init_depth_stencil_info()
1792 info.depth_bounds.max = ds->maxDepthBounds; in radv_pipeline_init_depth_stencil_info()
2039 dynamic->depth_bounds.min = info->ds.depth_bounds.min; in radv_pipeline_init_dynamic_state()
2040 dynamic->depth_bounds.max = info->ds.depth_bounds.max; in radv_pipeline_init_dynamic_state()
H A Dradv_private.h1260 } depth_bounds;
2041 } depth_bounds;
H A Dradv_cmd_buffer.c83 .depth_bounds =
183 if (memcmp(&dest->depth_bounds, &src->depth_bounds, sizeof(src->depth_bounds))) { in radv_bind_dynamic_state()
184 dest->depth_bounds = src->depth_bounds; in radv_bind_dynamic_state()
1741 radeon_emit(cmd_buffer->cs, fui(d->depth_bounds.min)); in radv_emit_depth_bounds()
1742 radeon_emit(cmd_buffer->cs, fui(d->depth_bounds.max)); in radv_emit_depth_bounds()
5725 state->dynamic.depth_bounds.min = minDepthBounds; in radv_CmdSetDepthBounds()
5726 state->dynamic.depth_bounds in radv_CmdSetDepthBounds()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c1007 boolean depth_bounds = qs->softpipe->depth_stencil->depth_bounds_test; in choose_depth_test() local
1021 !depth_bounds) { in choose_depth_test()
1031 !depth_bounds) in choose_depth_test()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h512 } depth_bounds; member
807 } depth_bounds; member
H A Ddzn_cmd_buffer.c2518 cmdbuf->state.zsa.depth_bounds.min, in dzn_cmd_buffer_update_depth_bounds()
2519 cmdbuf->state.zsa.depth_bounds.max); in dzn_cmd_buffer_update_depth_bounds()
3713 if (gfx->zsa.depth_bounds.enable && !gfx->zsa.depth_bounds.dynamic) { in dzn_CmdBindPipeline()
3714 cmdbuf->state.zsa.depth_bounds.min = gfx->zsa.depth_bounds.min; in dzn_CmdBindPipeline()
3715 cmdbuf->state.zsa.depth_bounds.max = gfx->zsa.depth_bounds.max; in dzn_CmdBindPipeline()
4492 cmdbuf->state.zsa.depth_bounds.min = minDepthBounds; in dzn_CmdSetDepthBounds()
4493 cmdbuf->state.zsa.depth_bounds in dzn_CmdSetDepthBounds()
[all...]
H A Ddzn_pipeline.c1350 pipeline->zsa.depth_bounds.enable = in_zsa->depthBoundsTestEnable; in dzn_graphics_pipeline_translate_zsa()
1351 pipeline->zsa.depth_bounds.min = in_zsa->minDepthBounds; in dzn_graphics_pipeline_translate_zsa()
1352 pipeline->zsa.depth_bounds.max = in_zsa->maxDepthBounds; in dzn_graphics_pipeline_translate_zsa()
1661 pipeline->zsa.depth_bounds.dynamic = true; in dzn_graphics_pipeline_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1499 uint32_t depth_bounds[GENX(3DSTATE_DEPTH_BOUNDS_length)]; member
1572 iris_pack_command(GENX(3DSTATE_DEPTH_BOUNDS), cso->depth_bounds, depth_bounds) { in iris_create_zsa_state()
1573 depth_bounds.DepthBoundsTestValueModifyDisable = false; in iris_create_zsa_state()
1574 depth_bounds.DepthBoundsTestEnableModifyDisable = false; in iris_create_zsa_state()
1575 depth_bounds.DepthBoundsTestEnable = state->depth_bounds_test; in iris_create_zsa_state()
1576 depth_bounds.DepthBoundsTestMinValue = state->depth_bounds_min; in iris_create_zsa_state()
1577 depth_bounds.DepthBoundsTestMaxValue = state->depth_bounds_max; in iris_create_zsa_state()
1613 if (cso_changed(depth_bounds)) in iris_bind_zsa_state()
6445 iris_batch_emit(batch, cso->depth_bounds, sizeo in iris_upload_dirty_render_state()
[all...]

Completed in 55 milliseconds