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.c209 depth_stencil_state.depthTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_test; in zink_create_gfx_pipeline()
210 …depth_stencil_state.depthCompareOp = state->dyn_state1.depth_stencil_alpha_state->depth_compare_op; in zink_create_gfx_pipeline()
211 …depth_stencil_state.depthBoundsTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_bou… in zink_create_gfx_pipeline()
212 …depth_stencil_state.minDepthBounds = state->dyn_state1.depth_stencil_alpha_state->min_depth_bounds; in zink_create_gfx_pipeline()
213 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
214 … depth_stencil_state.stencilTestEnable = state->dyn_state1.depth_stencil_alpha_state->stencil_test; in zink_create_gfx_pipeline()
215 depth_stencil_state.front = state->dyn_state1.depth_stencil_alpha_state->stencil_front; in zink_create_gfx_pipeline()
216 depth_stencil_state.back = state->dyn_state1.depth_stencil_alpha_state->stencil_back; in zink_create_gfx_pipeline()
217 depth_stencil_state.depthWriteEnable = state->dyn_state1.depth_stencil_alpha_state->depth_write; in zink_create_gfx_pipeline()
Dzink_pipeline.h46 struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //must be last member
Dzink_program.c263 …state1, &sb->dyn_state1, offsetof(struct zink_pipeline_dynamic_state1, depth_stencil_alpha_state))) in equals_gfx_pipeline_state()
265 … if (!!sa->dyn_state1.depth_stencil_alpha_state != !!sb->dyn_state1.depth_stencil_alpha_state || in equals_gfx_pipeline_state()
266 (sa->dyn_state1.depth_stencil_alpha_state && in equals_gfx_pipeline_state()
267 … memcmp(sa->dyn_state1.depth_stencil_alpha_state, sb->dyn_state1.depth_stencil_alpha_state, in equals_gfx_pipeline_state()
Dzink_state.c529 if (state->dyn_state1.depth_stencil_alpha_state != &ctx->dsa_state->hw_state) { in zink_bind_depth_stencil_alpha_state()
530 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.c616 trace_dump_arg(depth_stencil_alpha_state, state); in trace_context_create_depth_stencil_alpha_state()
645 trace_dump_arg(depth_stencil_alpha_state, he->data); in trace_context_bind_depth_stencil_alpha_state()
647 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()