Lines Matching defs:state
807 /* For details on 3DSTATE_RASTER multisample state, see the BSpec table
987 write_disabled_blend(uint32_t *state)
995 GENX(BLEND_STATE_ENTRY_pack)(NULL, state, &entry);
996 return state + GENX(BLEND_STATE_ENTRY_length);
1361 * If SOL is enabled and SO_DECL state has to be programmed,
1362 * 1. Send 3D State SOL state with SOL disabled
1363 * 2. Send SO_DECL NP state
1540 * Disable the Sampler state prefetch functionality in the SARB by
2303 const struct vk_graphics_pipeline_state *state)
2308 assert(state->rs != NULL);
2309 emit_rs_state(pipeline, state->ia, state->rs, state->ms, state->rp,
2311 emit_ms_state(pipeline, state->ms);
2312 emit_cb_state(pipeline, state->cb, state->ms);
2313 compute_kill_pixel(pipeline, state->ms, state->rp);
2315 emit_3dstate_clip(pipeline, state->ia, state->vp, state->rs);
2318 emit_3dstate_primitive_replication(pipeline, state->rp);
2341 emit_vertex_input(pipeline, state->vi);
2344 emit_3dstate_hs_te_ds(pipeline, state->ts);
2349 emit_3dstate_streamout(pipeline, state->rs);
2374 emit_3dstate_wm(pipeline, state->ia, state->rs,
2375 state->ms, state->cb, state->rp);
2376 emit_3dstate_ps(pipeline, state->ms, state->cb);
2378 emit_3dstate_ps_extra(pipeline, state->rs, state->rp);