Searched refs:init_config (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | vdpau_wrapper.c | 358 static void init_config(void) function in typeref:typename:void 393 init_config();
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_shaders.c | 2893 si_pm4_cmd_begin(sctx->init_config, PKT3_EVENT_WRITE); 2894 si_pm4_cmd_add(sctx->init_config, 2896 si_pm4_cmd_end(sctx->init_config, false); 2899 si_pm4_cmd_begin(sctx->init_config, PKT3_EVENT_WRITE); 2900 si_pm4_cmd_add(sctx->init_config, EVENT_TYPE(V_028A90_VGT_FLUSH) | EVENT_INDEX(0)); 2901 si_pm4_cmd_end(sctx->init_config, false); 3010 si_pm4_upload_indirect_buffer(sctx, sctx->init_config); 3013 /* Flush the context to re-emit both init_config states. */ 3263 si_pm4_add_bo(sctx->init_config, si_resource(sctx->tess_rings), 3271 si_pm4_set_reg(sctx->init_config, R_030938_VGT_TF_RING_SIZ [all...] |
| H A D | si_debug.c | 411 if (ctx->init_config) 412 ac_parse_ib(f, ctx->init_config->pm4, ctx->init_config->ndw,
|
| H A D | si_gfx_cs.c | 259 si_pm4_emit(ctx, ctx->init_config);
|
| H A D | si_pipe.c | 175 si_pm4_free_state(sctx, sctx->init_config, ~0);
|
| H A D | si_pipe.h | 889 struct si_pm4_state *init_config; member in struct:si_context
|
| H A D | si_state.c | 5135 sctx->init_config = pm4;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 3324 - radeonsi: don't add the border color buffer into the init_config state 3325 - radeonsi: rename init_config states to cs_preamble states
|
Completed in 24 milliseconds