HomeSort by: relevance | last modified time | path
    Searched refs:depth_bounds (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_cmd_buffer.c 59 .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;
anv_pipeline.c 1500 dynamic->depth_bounds.min =
1502 dynamic->depth_bounds.max =
anv_private.h 2208 } depth_bounds; member in struct:anv_dynamic_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 1007 boolean depth_bounds = qs->softpipe->depth_stencil->depth_bounds_test; local
1021 !depth_bounds) {
1031 !depth_bounds)
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_cmd_buffer.c 59 .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;
gfx8_cmd_buffer.c 662 db.DepthBoundsTestMinValue = d->depth_bounds.min;
663 db.DepthBoundsTestMaxValue = d->depth_bounds.max;
anv_pipeline.c 2131 dynamic->depth_bounds.min =
2133 dynamic->depth_bounds.max =
anv_private.h 2752 } depth_bounds; member in struct:anv_dynamic_state
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_cmd_buffer.c 1212 .depth_bounds =
1293 if (memcmp(&dest->depth_bounds, &src->depth_bounds,
1294 sizeof(src->depth_bounds))) {
1295 dest->depth_bounds = src->depth_bounds;
tu_private.h 725 } depth_bounds; member in struct:tu_dynamic_state
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_cmd_buffer.c 76 .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.max == maxDepthBounds)
    [all...]
radv_private.h 975 } depth_bounds; member in struct:radv_dynamic_state
radv_pipeline.c 1393 dynamic->depth_bounds.min =
1395 dynamic->depth_bounds.max =
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 1404 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, sizeof(cso->depth_bounds))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_cmd_buffer.c 85 .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.max == maxDepthBounds)
    [all...]
radv_private.h 1169 } depth_bounds; member in struct:radv_dynamic_state
radv_pipeline.c 1593 dynamic->depth_bounds.min = pCreateInfo->pDepthStencilState->minDepthBounds;
1594 dynamic->depth_bounds.max = pCreateInfo->pDepthStencilState->maxDepthBounds;

Completed in 77 milliseconds