Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c59 .depth_bounds = {
153 ANV_CMP_COPY(depth_bounds.min, ANV_CMD_DIRTY_DYNAMIC_DEPTH_BOUNDS); in anv_dynamic_state_copy()
154 ANV_CMP_COPY(depth_bounds.max, ANV_CMD_DIRTY_DYNAMIC_DEPTH_BOUNDS); in anv_dynamic_state_copy()
627 cmd_buffer->state.gfx.dynamic.depth_bounds.min = minDepthBounds; in anv_CmdSetDepthBounds()
628 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds; in anv_CmdSetDepthBounds()
Dgen8_cmd_buffer.c613 db.DepthBoundsTestMinValue = d->depth_bounds.min; in genX()
614 db.DepthBoundsTestMaxValue = d->depth_bounds.max; in genX()
Danv_pipeline.c1971 dynamic->depth_bounds.min = in copy_non_dynamic_state()
1973 dynamic->depth_bounds.max = in copy_non_dynamic_state()
Danv_private.h2729 } depth_bounds; member
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c79 .depth_bounds = {
169 if (memcmp(&dest->depth_bounds, &src->depth_bounds, in radv_bind_dynamic_state()
170 sizeof(src->depth_bounds))) { in radv_bind_dynamic_state()
171 dest->depth_bounds = src->depth_bounds; in radv_bind_dynamic_state()
1415 fui(d->depth_bounds.min)); in radv_emit_depth_bounds()
1417 fui(d->depth_bounds.max)); in radv_emit_depth_bounds()
4401 if (state->dynamic.depth_bounds.min == minDepthBounds && in radv_CmdSetDepthBounds()
4402 state->dynamic.depth_bounds.max == maxDepthBounds) { in radv_CmdSetDepthBounds()
4406 state->dynamic.depth_bounds.min = minDepthBounds; in radv_CmdSetDepthBounds()
4407 state->dynamic.depth_bounds.max = maxDepthBounds; in radv_CmdSetDepthBounds()
Dradv_private.h1160 } depth_bounds; member
Dradv_pipeline.c1598 dynamic->depth_bounds.min = in radv_pipeline_init_dynamic_state()
1600 dynamic->depth_bounds.max = in radv_pipeline_init_dynamic_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1347 uint32_t depth_bounds[GENX(3DSTATE_DEPTH_BOUNDS_length)]; member
1416 iris_pack_command(GENX(3DSTATE_DEPTH_BOUNDS), cso->depth_bounds, depth_bounds) { in iris_create_zsa_state()
1417 depth_bounds.DepthBoundsTestValueModifyDisable = false; in iris_create_zsa_state()
1418 depth_bounds.DepthBoundsTestEnableModifyDisable = false; in iris_create_zsa_state()
1419 depth_bounds.DepthBoundsTestEnable = state->depth.bounds_test; in iris_create_zsa_state()
1420 depth_bounds.DepthBoundsTestMinValue = state->depth.bounds_min; in iris_create_zsa_state()
1421 depth_bounds.DepthBoundsTestMaxValue = state->depth.bounds_max; in iris_create_zsa_state()
1457 if (cso_changed(depth_bounds)) in iris_bind_zsa_state()
6063 iris_batch_emit(batch, cso->depth_bounds, sizeof(cso->depth_bounds)); in iris_upload_dirty_render_state()
/external/mesa3d/.gitlab-ci/piglit/
Dquick_gl.txt906 spec/ext_depth_bounds_test/depth_bounds: skip