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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c59 .depth_bounds = {
104 dest->depth_bounds = src->depth_bounds;
466 cmd_buffer->state.gfx.dynamic.depth_bounds.min = minDepthBounds;
467 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds;
H A Danv_pipeline.c1500 dynamic->depth_bounds.min =
1502 dynamic->depth_bounds.max =
H A Danv_private.h2208 } depth_bounds; member in struct:anv_dynamic_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c1007 boolean depth_bounds = qs->softpipe->depth_stencil->depth_bounds_test; local in function:choose_depth_test
1021 !depth_bounds) {
1031 !depth_bounds)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c59 .depth_bounds = {
158 ANV_CMP_COPY(depth_bounds.min, ANV_CMD_DIRTY_DYNAMIC_DEPTH_BOUNDS);
159 ANV_CMP_COPY(depth_bounds.max, ANV_CMD_DIRTY_DYNAMIC_DEPTH_BOUNDS);
718 cmd_buffer->state.gfx.dynamic.depth_bounds.min = minDepthBounds;
719 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds;
H A Dgfx8_cmd_buffer.c662 db.DepthBoundsTestMinValue = d->depth_bounds.min;
663 db.DepthBoundsTestMaxValue = d->depth_bounds.max;
H A Danv_pipeline.c2131 dynamic->depth_bounds.min =
2133 dynamic->depth_bounds.max =
H A Danv_private.h2752 } depth_bounds; member in struct:anv_dynamic_state
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1212 .depth_bounds =
1293 if (memcmp(&dest->depth_bounds, &src->depth_bounds,
1294 sizeof(src->depth_bounds))) {
1295 dest->depth_bounds = src->depth_bounds;
H A Dtu_private.h725 } depth_bounds; member in struct:tu_dynamic_state
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c76 .depth_bounds = {
153 if (memcmp(&dest->depth_bounds, &src->depth_bounds,
154 sizeof(src->depth_bounds))) {
155 dest->depth_bounds = src->depth_bounds;
1015 fui(d->depth_bounds.min));
1017 fui(d->depth_bounds.max));
3165 if (state->dynamic.depth_bounds.min == minDepthBounds &&
3166 state->dynamic.depth_bounds
[all...]
H A Dradv_private.h975 } depth_bounds; member in struct:radv_dynamic_state
H A Dradv_pipeline.c1393 dynamic->depth_bounds.min =
1395 dynamic->depth_bounds.max =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c1404 uint32_t depth_bounds[GENX(3DSTATE_DEPTH_BOUNDS_length)]; member in struct:iris_depth_stencil_alpha_state
1477 iris_pack_command(GENX(3DSTATE_DEPTH_BOUNDS), cso->depth_bounds, depth_bounds) {
1478 depth_bounds.DepthBoundsTestValueModifyDisable = false;
1479 depth_bounds.DepthBoundsTestEnableModifyDisable = false;
1480 depth_bounds.DepthBoundsTestEnable = state->depth_bounds_test;
1481 depth_bounds.DepthBoundsTestMinValue = state->depth_bounds_min;
1482 depth_bounds.DepthBoundsTestMaxValue = state->depth_bounds_max;
1518 if (cso_changed(depth_bounds))
6243 iris_batch_emit(batch, cso->depth_bounds, sizeo
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c85 .depth_bounds =
185 if (memcmp(&dest->depth_bounds, &src->depth_bounds, sizeof(src->depth_bounds))) {
186 dest->depth_bounds = src->depth_bounds;
1504 radeon_emit(cmd_buffer->cs, fui(d->depth_bounds.min));
1505 radeon_emit(cmd_buffer->cs, fui(d->depth_bounds.max));
5048 if (state->dynamic.depth_bounds.min == minDepthBounds &&
5049 state->dynamic.depth_bounds
[all...]
H A Dradv_private.h1169 } depth_bounds; member in struct:radv_dynamic_state
H A Dradv_pipeline.c1593 dynamic->depth_bounds.min = pCreateInfo->pDepthStencilState->minDepthBounds;
1594 dynamic->depth_bounds.max = pCreateInfo->pDepthStencilState->maxDepthBounds;

Completed in 76 milliseconds