Home
last modified time | relevance | path

Searched refs:depth_stencil_alpha_state (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c167 depth_stencil_state.depthTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_test; in zink_create_gfx_pipeline()
168 …depth_stencil_state.depthCompareOp = state->dyn_state1.depth_stencil_alpha_state->depth_compare_op; in zink_create_gfx_pipeline()
169 …depth_stencil_state.depthBoundsTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_bou… in zink_create_gfx_pipeline()
170 …depth_stencil_state.minDepthBounds = state->dyn_state1.depth_stencil_alpha_state->min_depth_bounds; in zink_create_gfx_pipeline()
171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
172 … depth_stencil_state.stencilTestEnable = state->dyn_state1.depth_stencil_alpha_state->stencil_test; in zink_create_gfx_pipeline()
173 depth_stencil_state.front = state->dyn_state1.depth_stencil_alpha_state->stencil_front; in zink_create_gfx_pipeline()
174 depth_stencil_state.back = state->dyn_state1.depth_stencil_alpha_state->stencil_back; in zink_create_gfx_pipeline()
175 depth_stencil_state.depthWriteEnable = state->dyn_state1.depth_stencil_alpha_state->depth_write; in zink_create_gfx_pipeline()
Dzink_pipeline.h58 struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //non-dynamic state member
Dzink_program.c227 … if (!!sa->dyn_state1.depth_stencil_alpha_state != !!sb->dyn_state1.depth_stencil_alpha_state || in equals_gfx_pipeline_state()
228 (sa->dyn_state1.depth_stencil_alpha_state && in equals_gfx_pipeline_state()
229 … memcmp(sa->dyn_state1.depth_stencil_alpha_state, sb->dyn_state1.depth_stencil_alpha_state, in equals_gfx_pipeline_state()
Dzink_state.c524 if (state->dyn_state1.depth_stencil_alpha_state != &ctx->dsa_state->hw_state) { in zink_bind_depth_stencil_alpha_state()
525 state->dyn_state1.depth_stencil_alpha_state = &ctx->dsa_state->hw_state; in zink_bind_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c581 trace_dump_arg(depth_stencil_alpha_state, state); in trace_context_create_depth_stencil_alpha_state()
610 trace_dump_arg(depth_stencil_alpha_state, he->data); in trace_context_bind_depth_stencil_alpha_state()
612 trace_dump_arg(depth_stencil_alpha_state, NULL); in trace_context_bind_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c412 DUMP(depth_stencil_alpha_state, &dstate->dsa->state.dsa); in dd_dump_draw_vbo()