Home
last modified time | relevance | path

Searched refs:pstage (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/games/wolfpack/empire-4.4.1/src/lib/update/
H A Dplague.c52 int pstage, ptime; in do_plague() local
58 pstage = sp->sct_pstage; in do_plague()
61 if (pstage == PLG_HEALTHY) { in do_plague()
62 pstage = infect_people(np, sp); in do_plague()
71 sp->sct_pstage = pstage; in do_plague()
111 int *pstage, int *ptime, int etus) in plague_people() argument
121 stage = *pstage; in plague_people()
143 *pstage = PLG_HEALTHY; in plague_people()
148 *pstage -= 1; in plague_people()
168 if (new_pstage == pstage) { in plague_report()
[all …]
H A Dland.c153 int pstage, ptime; in plague_land() local
157 pstage = lp->lnd_pstage; in plague_land()
159 if (pstage != PLG_HEALTHY) { in plague_land()
160 n = plague_people(np, lp->lnd_item, &pstage, &ptime, etus); in plague_land()
162 plague_report(lp->lnd_own, n, pstage, ptime, etus, in plague_land()
164 lp->lnd_pstage = pstage; in plague_land()
H A Dship.c152 int pstage, ptime; in plague_ship() local
156 pstage = sp->shp_pstage; in plague_ship()
158 if (pstage != PLG_HEALTHY) { in plague_ship()
159 n = plague_people(np, sp->shp_item, &pstage, &ptime, etus); in plague_ship()
161 plague_report(sp->shp_own, n, pstage, ptime, etus, in plague_ship()
163 sp->shp_pstage = pstage; in plague_ship()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
134 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
136 list_add(&zm->list, &prog->shader_cache[pstage][!!base_size]); in get_shader_module_for_stage()
167 u_foreach_bit(pstage, mask) { in update_shader_modules()
168 assert(prog->shaders[pstage]); in update_shader_modules()
170 state->modules[pstage] = zm->shader; in update_shader_modules()
171 if (prog->modules[pstage] == zm) in update_shader_modules()
173 if (prog->modules[pstage]) in update_shader_modules()
174 variant_hash ^= prog->modules[pstage]->hash; in update_shader_modules()
177 prog->modules[pstage] = zm; in update_shader_modules()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/
H A Dzink_program.c95 struct zink_shader_key *key = &state->shader_keys.key[pstage]; in get_shader_module_for_stage()
132 if (pstage != PIPE_SHADER_TESS_CTRL || zs->is_generated) { in get_shader_module_for_stage()
148 prog->inlined_variant_count[pstage]++; in get_shader_module_for_stage()
181 u_foreach_bit(pstage, mask) { in update_gfx_shader_modules()
182 assert(prog->shaders[pstage]); in update_gfx_shader_modules()
184 state->modules[pstage] = zm->shader; in update_gfx_shader_modules()
185 if (prog->modules[pstage] == zm) in update_gfx_shader_modules()
187 if (prog->modules[pstage]) in update_gfx_shader_modules()
188 variant_hash ^= prog->modules[pstage]->hash; in update_gfx_shader_modules()
191 prog->modules[pstage] = zm; in update_gfx_shader_modules()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()

1234567