Searched refs:config_state (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4392 r600_init_atom(rctx, &rctx->config_state.atom, id++, evergreen_emit_config_state, 11);
4393 rctx->config_state.dyn_gpr_enabled = true;
4647 if (rctx->config_state.dyn_gpr_enabled)
4651 rctx->config_state.dyn_gpr_enabled = true;
4652 r600_mark_atom_dirty(rctx, &rctx->config_state.atom);
4666 cur_gprs[R600_HW_STAGE_PS] = G_008C04_NUM_PS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
4667 cur_gprs[R600_HW_STAGE_VS] = G_008C04_NUM_VS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
4668 cur_gprs[R600_HW_STAGE_GS] = G_008C08_NUM_GS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
4669 cur_gprs[R600_HW_STAGE_ES] = G_008C08_NUM_ES_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
4670 cur_gprs[EG_HW_STAGE_LS] = G_008C0C_NUM_LS_GPRS(rctx->config_state
[all...]
H A Dr600_state.c2017 cur_gprs[R600_HW_STAGE_PS] = G_008C04_NUM_PS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
2018 cur_gprs[R600_HW_STAGE_VS] = G_008C04_NUM_VS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
2019 cur_gprs[R600_HW_STAGE_GS] = G_008C08_NUM_GS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
2020 cur_gprs[R600_HW_STAGE_ES] = G_008C08_NUM_ES_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
2080 if (rctx->config_state.sq_gpr_resource_mgmt_1 != tmp || rctx->config_state.sq_gpr_resource_mgmt_2 != tmp2) {
2081 rctx->config_state.sq_gpr_resource_mgmt_1 = tmp;
2082 rctx->config_state.sq_gpr_resource_mgmt_2 = tmp2;
2083 r600_mark_atom_dirty(rctx, &rctx->config_state.atom);
3089 r600_init_atom(rctx, &rctx->config_state
[all...]
H A Dr600_hw_context.c375 r600_mark_atom_dirty(ctx, &ctx->config_state.atom);
H A Dr600_pipe.h538 struct r600_config_state config_state; member in struct:r600_context
H A Devergreen_compute.c779 r600_emit_atom(rctx, &rctx->config_state.atom);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4424 r600_init_atom(rctx, &rctx->config_state.atom, id++, evergreen_emit_config_state, 11);
4425 rctx->config_state.dyn_gpr_enabled = true;
4679 if (rctx->config_state.dyn_gpr_enabled)
4683 rctx->config_state.dyn_gpr_enabled = true;
4684 r600_mark_atom_dirty(rctx, &rctx->config_state.atom);
4698 cur_gprs[R600_HW_STAGE_PS] = G_008C04_NUM_PS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
4699 cur_gprs[R600_HW_STAGE_VS] = G_008C04_NUM_VS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
4700 cur_gprs[R600_HW_STAGE_GS] = G_008C08_NUM_GS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
4701 cur_gprs[R600_HW_STAGE_ES] = G_008C08_NUM_ES_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
4702 cur_gprs[EG_HW_STAGE_LS] = G_008C0C_NUM_LS_GPRS(rctx->config_state
[all...]
H A Dr600_state.c2020 cur_gprs[R600_HW_STAGE_PS] = G_008C04_NUM_PS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
2021 cur_gprs[R600_HW_STAGE_VS] = G_008C04_NUM_VS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_1);
2022 cur_gprs[R600_HW_STAGE_GS] = G_008C08_NUM_GS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
2023 cur_gprs[R600_HW_STAGE_ES] = G_008C08_NUM_ES_GPRS(rctx->config_state.sq_gpr_resource_mgmt_2);
2083 if (rctx->config_state.sq_gpr_resource_mgmt_1 != tmp || rctx->config_state.sq_gpr_resource_mgmt_2 != tmp2) {
2084 rctx->config_state.sq_gpr_resource_mgmt_1 = tmp;
2085 rctx->config_state.sq_gpr_resource_mgmt_2 = tmp2;
2086 r600_mark_atom_dirty(rctx, &rctx->config_state.atom);
3093 r600_init_atom(rctx, &rctx->config_state
[all...]
H A Dr600_hw_context.c375 r600_mark_atom_dirty(ctx, &ctx->config_state.atom);
H A Dr600_pipe.h543 struct r600_config_state config_state; member in struct:r600_context
H A Devergreen_compute.c807 r600_emit_atom(rctx, &rctx->config_state.atom);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_private.h1227 struct tu_draw_state config_state; member in struct:tu_pipeline::__anon6a40b25e0508
H A Dtu_cmd_buffer.c2198 tu_cs_emit_draw_state(cs, TU_DRAW_STATE_PROGRAM_CONFIG, pipeline->program.config_state);
3970 tu_cs_emit_draw_state(cs, TU_DRAW_STATE_PROGRAM_CONFIG, pipeline->program.config_state);
H A Dtu_pipeline.c2617 pipeline->program.config_state = tu_cs_end_draw_state(&pipeline->cs, &prog_cs);

Completed in 51 milliseconds