Searched refs:remap (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_base.cpp44 void ValueRemapper::remap(PValue& v) function in class:r600::ValueRemapper
72 void ValueRemapper::remap(GPRVector& v) function in class:r600::ValueRemapper
114 map.remap(*v);
117 map.remap(*v);
120 map.remap(*v);
123 map.remap(*v);
H A Dsfn_instruction_base.h57 void remap(PValue& v);
58 void remap(GPRVector& v);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dmaprules.c214 } remap[MAX_WORDS]; member in struct:_RemapSpec
260 SetUpRemap(InputLine *line,RemapSpec *remap) argument
272 len = remap->number;
273 memset((char *)remap, 0, sizeof(RemapSpec));
274 remap->number = len;
311 remap->remap[remap->num_remap].word= i;
312 remap->remap[rema
369 CheckLine(InputLine * line,RemapSpec * remap,XkbRF_RulePtr rule,XkbRF_GroupPtr group) argument
909 RemapSpec remap; local in function:XkbRF_LoadRules
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dmaprules.c212 } remap[MAX_WORDS]; member in struct:_RemapSpec
257 SetUpRemap(InputLine * line, RemapSpec * remap) argument
268 len = remap->number;
269 memset((char *) remap, 0, sizeof(RemapSpec));
270 remap->number = len;
309 remap->remap[remap->num_remap].word = i;
310 remap->remap[rema
371 CheckLine(InputLine * line,RemapSpec * remap,XkbRF_RulePtr rule,XkbRF_GroupPtr group) argument
939 RemapSpec remap; local in function:XkbRF_LoadRules
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_multiview.c98 uint64_t remap = 0; local in function:build_view_index
102 remap |= (uint64_t)bit << (i++ * 4);
111 if (remap <= UINT32_MAX) {
112 shifted = nir_ushr(b, nir_imm_int(b, remap), shift);
115 nir_ushr(b, nir_imm_int(b, remap), shift);
117 nir_ushr(b, nir_imm_int(b, remap >> 32),
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_multiview.c103 uint64_t remap = 0; local in function:build_view_index
107 remap |= (uint64_t)bit << (i++ * 4);
116 if (remap <= UINT32_MAX) {
117 shifted = nir_ushr(b, nir_imm_int(b, remap), shift);
120 nir_ushr(b, nir_imm_int(b, remap), shift);
122 nir_ushr(b, nir_imm_int(b, remap >> 32),
/xsrc/external/mit/libxkbfile/dist/src/
H A Dmaprules.c236 } remap[MAX_WORDS]; member in struct:_RemapSpec
283 SetUpRemap(InputLine *line, RemapSpec *remap) argument
297 len = remap->number;
298 bzero((char *) remap, sizeof(RemapSpec));
299 remap->number = len;
342 remap->remap[remap->num_remap].word = i;
343 remap->remap[rema
415 CheckLine(InputLine * line,RemapSpec * remap,XkbRF_RulePtr rule,XkbRF_GroupPtr group) argument
993 RemapSpec remap; local in function:XkbRF_LoadRules
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c282 struct remap_output_data remap; local in function:fix_output_writes
285 remap.Output = inst->U.I.DstReg.Index;
286 remap.Temporary = rc_find_free_temporary(s->C);
291 rc_remap_registers(inst, &remap_output_function, &remap);
297 inst_mov->U.I.DstReg.Index = remap.Output;
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c282 struct remap_output_data remap; local in function:fix_output_writes
285 remap.Output = inst->U.I.DstReg.Index;
286 remap.Temporary = rc_find_free_temporary(s->C);
291 rc_remap_registers(inst, &remap_output_function, &remap);
297 inst_mov->U.I.DstReg.Index = remap.Output;
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_linking_helpers.c277 /* Only remap things that aren't built-ins. */
361 struct varying_loc (*remap)[4],
374 /* Only remap things that aren't built-ins */
389 struct varying_loc *new_loc = &remap[location][var->data.location_frac];
487 /* Only remap things that aren't builtins. */
533 /* We only remap things that aren't builtins. */
569 assign_remap_locations(struct varying_loc (*remap)[4], argument
622 /* Assign remap location */
623 remap[location][info->var->data.location_frac].component = tmp_comp++;
624 remap[locatio
360 remap_slots_and_components(struct exec_list * var_list,gl_shader_stage stage,struct varying_loc (* remap)[4],uint64_t * slots_used,uint64_t * out_slots_read,uint32_t * p_slots_used,uint32_t * p_out_slots_read) argument
645 struct varying_loc remap[MAX_VARYINGS_INCL_PATCH][4] = {{{0}, {0}}}; local in function:compact_components
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp594 vector<int> remap(lt.size()); local in function:RegisterRemappingTest::run
596 remap[i] = result[i].valid ? result[i].new_reg : i;
599 std::transform(remap.begin(), remap.end(), result.begin(), remap.begin(),
604 for(unsigned i = 1; i < remap.size(); ++i) {
605 EXPECT_EQ(remap[i], expect[i]);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp594 vector<int> remap(lt.size()); local in function:RegisterRemappingTest::run
596 remap[i] = result[i].valid ? result[i].new_reg : i;
599 std::transform(remap.begin(), remap.end(), result.begin(), remap.begin(),
604 for(unsigned i = 1; i < remap.size(); ++i) {
605 EXPECT_EQ(remap[i], expect[i]);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_packer.c.py245 for ((src_a, src_b), cond, remap) in st[1].get("swaps", []):
265 # Also, remap. Bidrectional swaps are explicit in the XML.
266 for v in remap:
267 maps = remap[v]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c295 /* Only remap things that aren't built-ins. */
382 struct varying_loc (*remap)[4],
396 /* Only remap things that aren't built-ins */
411 struct varying_loc *new_loc = &remap[location][var->data.location_frac];
525 /* Only remap things that aren't builtins. */
572 /* We only remap things that aren't builtins. */
632 /* We only remap things that aren't builtins. */
739 assign_remap_locations(struct varying_loc (*remap)[4], argument
806 /* Assign remap location */
807 remap[locatio
381 remap_slots_and_components(nir_shader * shader,nir_variable_mode mode,struct varying_loc (* remap)[4],uint64_t * slots_used,uint64_t * out_slots_read,uint32_t * p_slots_used,uint32_t * p_out_slots_read) argument
827 struct varying_loc remap[MAX_VARYINGS_INCL_PATCH][4] = {{{0}, {0}}}; local in function:compact_components
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_query.c181 remap:
188 goto remap;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram.c586 unsigned *remap = malloc(num_state_params * sizeof(unsigned)); local in function:_mesa_add_separate_state_parameters
592 remap[old_index] =
615 inst->SrcReg[j].Index = remap[inst->SrcReg[j].Index];
618 free(remap);
/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter_inc.h220 uint32_t remap[HISTOGRAMS_PER_BATCH] = { 0 }; local in function:FN
270 remap[new_clusters[j]] = (uint32_t)j;
273 histogram_symbols[i + j] = (uint32_t)num_clusters + remap[symbols[j]];
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_spill.c94 struct hash_table *remap; member in struct:ra_spill_block_state
1252 return _mesa_hash_table_search(state->remap, def);
1278 struct hash_entry *entry = _mesa_hash_table_search(state->remap, def);
1378 _mesa_hash_table_insert(state->remap, def, new_val);
1449 _mesa_hash_table_search(state->remap, def);
1488 _mesa_hash_table_search(state->remap, def);
1547 _mesa_hash_table_search(state->remap, src->def);
1670 _mesa_hash_table_insert(state->remap, interval->interval.reg, val);
1682 state->remap = _mesa_pointer_hash_table_create(ctx);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1262 unsigned *remap)
1269 remap[pos->data.driver_location] = base;
1281 remap[var->data.driver_location] = base;
1288 remap[psiz->data.driver_location] = base;
1297 unsigned *remap)
1343 remap[var->data.driver_location] = base;
1435 /* Must be last since NIR passes can remap driver_location freely */
1261 agx_remap_varyings_vs(nir_shader * nir,struct agx_varyings * varyings,unsigned * remap) argument
1296 agx_remap_varyings_fs(nir_shader * nir,struct agx_varyings * varyings,unsigned * remap) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.3.rst160 - glsl: use remap location when serialising uniform program resource
H A D21.1.7.rst48 - nir/lower_mediump_io: Don't remap base unless needed
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dbsd_KbdMap.c34 static unsigned char remap[NUM_KEYCODES] = { variable in typeref:typename:unsigned char[]
1658 if (remap[i]) {
1659 k = map + (remap[i] << 2);
/xsrc/external/mit/libXt/dist/src/
H A DEvent.c1320 typedef enum _GrabType { pass, ignore, remap } GrabType; enumerator in enum:_GrabType
1343 grabType = remap;
1360 if (grabType == remap
1388 else if (grabType == remap) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.cpp2907 unsigned remap[alloc.count]; local in function:fs_visitor::opt_register_renaming
2908 memset(remap, ~0u, sizeof(unsigned) * alloc.count);
2921 remap[inst->src[i].nr] != ~0u &&
2922 remap[inst->src[i].nr] != inst->src[i].nr) {
2923 inst->src[i].nr = remap[inst->src[i].nr];
2934 if (remap[dst] == ~0u) {
2935 remap[dst] = dst;
2937 remap[dst] = alloc.allocate(regs_written(inst));
2938 inst->dst.nr = remap[dst];
2942 remap[ds
[all...]
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dremap_helper.h29 #include "main/remap.h"
31 /* this is internal to remap.c */
33 #error Only remap.c should include this file!

Completed in 88 milliseconds

12