| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| physical_regalloc.c | 97 gpir_reg *active[GPIR_PHYSICAL_REG_NUM] = {0}; local 103 if (active[i] && active[i]->end <= reg->start) 104 active[i] = NULL; 109 if (!active[i]) { 110 active[i] = reg;
|
| value_regalloc.c | 29 static int regalloc_spill_active_node(gpir_node *active[]) 33 if (gpir_op_infos[active[i]->op].spillless) 38 spill->vreg.last->vreg.index < active[i]->vreg.last->vreg.index) { 39 spill = active[i]; 102 gpir_node *active[GPIR_VALUE_REG_NUM] = {0}; local 108 active[pred->value_reg] = NULL; 122 if (!active[reg]) { 123 active[reg] = node; 132 int spilled_reg = regalloc_spill_active_node(active); 133 active[spilled_reg] = node [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_query.h | 46 bool active; member in struct:etna_query
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_query_acc.h | 63 enum fd_render_stage active; member in struct:fd_acc_sample_provider
|
| freedreno_query.h | 47 bool active; member in struct:fd_query
|
| freedreno_query_hw.h | 75 enum fd_render_stage active; member in struct:fd_hw_sample_provider 123 /* if active and not paused, the current sample period (not
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| gen_urb_config.c | 54 * \param[in] tess_present - are tessellation shaders active? 55 * \param[in] gs_present - are geometry shaders active? 67 const bool active[4] = { true, tess_present, tess_present, gs_present }; local 136 if (active[i]) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Bus.h | 51 Bool active; member in struct:__anon9917
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_urb_config.c | 54 * \param[in] tess_present - are tessellation shaders active? 55 * \param[in] gs_present - are geometry shaders active? 92 const bool active[4] = { true, tess_present, tess_present, gs_present }; local 161 if (active[i]) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Bus.h | 54 Bool active; member in struct:__anon10513
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pt_fetch_shade_emit.c | 61 struct draw_vs_variant *active; member in struct:fetch_shade_emit 146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader, 149 if (!fse->active) { 155 fse->active->key.const_vbuffers); 160 fse->active->set_buffer( fse->active, 215 fse->active->run_linear( fse->active, 277 fse->active->run_elts( fse->active, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| gfx6_constant_state.c | 139 bool active = prog_data && local 143 if (active) 146 if (!active || prog_data->nr_params == 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pt_fetch_shade_emit.c | 61 struct draw_vs_variant *active; member in struct:fetch_shade_emit 146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader, 149 if (!fse->active) { 155 fse->active->key.const_vbuffers); 160 fse->active->set_buffer( fse->active, 215 fse->active->run_linear( fse->active, 277 fse->active->run_elts( fse->active, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| gen6_constant_state.c | 134 bool active = prog_data && local 138 if (active) 141 if (!active || prog_data->nr_params == 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_uniform.h | 88 bool active; member in struct:gl_opaque_uniform_index 199 * A single integer identifying the number of active array elements of
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_uniform.h | 88 bool active; member in struct:gl_opaque_uniform_index 199 * A single integer identifying the number of active array elements of
|
| /xsrc/external/mit/ctwm/dist/ |
| iconmgr.h | 32 bool active; member in struct:WList 44 struct WList *active; /* the active entry */ member in struct:IconMgr 71 void ActiveIconManager(WList *active); 72 void NotActiveIconManager(WList *active);
|
| /xsrc/external/mit/proxymngr/dist/ |
| pmdb.h | 53 Bool active; member in struct:_running_proxy
|
| /xsrc/external/mit/twm/dist/src/ |
| iconmgr.h | 51 short active; member in struct:WList 61 struct WList *active; /* the active entry */ member in struct:IconMgr 77 extern void ActiveIconManager(WList *active); 85 extern void NotActiveIconManager(WList *active);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| systemd-logind.c | 49 Bool active; member in struct:systemd_logind_info 243 if (!info->active) 244 return; /* Session not active */ 413 info->active = info->vt_active = FALSE; 426 info->active = TRUE; 555 info->vt_active = info->active = TRUE; /* The server owns the vt during init */
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrxinerama.c | 122 Bool active = FALSE; local 133 active = TRUE; 138 .state = active,
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrxinerama.c | 120 Bool active = FALSE; local 132 active = TRUE; 138 rep.state = active;
|
| /xsrc/external/mit/libXrender/dist/src/ |
| Poly.c | 98 Edge *active; local 106 active = NULL; 108 while (active || inactive < nedges) 110 /* insert new active edges into list */ 116 /* move this edge into the active list */ 118 e->next = active; 120 if (active) 121 active->prev = e; 122 active = e; 125 for (e = active; e; e = e->next [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| shader_api.c | 112 GLint active, i; local 122 glGetProgramiv(program, GL_ACTIVE_UNIFORMS, &active); 124 for (i = 0; i < active; i++) { 132 assert(i < active); /* Otherwise the compiler optimised it out */ 169 GLint active, i; local 179 glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &active); 181 for (i = 0; i < active; i++) { 189 assert(i < active); /* Otherwise the compiler optimised it out */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_pipe_query.c | 53 boolean active; /** TRUE if query is active */ member in struct:svga_query 958 sq->active = TRUE; 976 if (sq->type == PIPE_QUERY_TIMESTAMP && !sq->active) 984 assert(sq->active); 1078 sq->active = FALSE;
|