| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_instruction_base.cpp | 44 void ValueRemapper::remap(PValue& v) function in class:r600::ValueRemapper 72 void ValueRemapper::remap(GPRVector& v) function in class:r600::ValueRemapper 112 sfn_log << SfnLog::merge << "REMAP " << *this << "\n"; 114 map.remap(*v); 117 map.remap(*v); 120 map.remap(*v); 123 map.remap(*v);
|
| sfn_instruction_base.h | 57 void remap(PValue& v); 58 void remap(GPRVector& v);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| maprules.c | 212 } remap[MAX_WORDS]; member in struct:_RemapSpec 257 SetUpRemap(InputLine * line, RemapSpec * remap) 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[remap->num_remap++].index = ndx 939 RemapSpec remap; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| maprules.c | 214 } remap[MAX_WORDS]; member in struct:_RemapSpec 260 SetUpRemap(InputLine *line,RemapSpec *remap) 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[remap->num_remap++].index= ndx 909 RemapSpec remap; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_nir_lower_multiview.c | 103 uint64_t remap = 0; local 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/MesaLib.old/dist/src/intel/vulkan/ |
| anv_nir_lower_multiview.c | 98 uint64_t remap = 0; local 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/libxkbfile/dist/src/ |
| maprules.c | 236 } remap[MAX_WORDS]; member in struct:_RemapSpec 283 SetUpRemap(InputLine *line, RemapSpec *remap) 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[remap->num_remap++].index = ndx 993 RemapSpec remap; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_emulate_branches.c | 282 struct remap_output_data remap; local 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/gallium/drivers/r300/compiler/ |
| radeon_emulate_branches.c | 282 struct remap_output_data remap; local 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/ |
| nir_linking_helpers.c | 277 /* 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], 622 /* Assign remap location */ 623 remap[location][info->var->data.location_frac].component = tmp_comp++; 624 remap[location][info->var->data.location_frac].location 645 struct varying_loc remap[MAX_VARYINGS_INCL_PATCH][4] = {{{0}, {0}}}; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| st_tests_common.cpp | 594 vector<int> remap(lt.size()); 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.old/dist/src/mesa/state_tracker/tests/ |
| st_tests_common.cpp | 594 vector<int> remap(lt.size()); 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/ |
| bi_packer.c.py | 245 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/ |
| nir_linking_helpers.c | 295 /* 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], 806 /* Assign remap location */ 807 remap[location][info->var->data.location_frac].component = tmp_comp++ 827 struct varying_loc remap[MAX_VARYINGS_INCL_PATCH][4] = {{{0}, {0}}}; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| virgl_query.c | 181 remap: 188 goto remap;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| program.c | 586 unsigned *remap = malloc(num_state_params * sizeof(unsigned)); local 592 remap[old_index] = 615 inst->SrcReg[j].Index = remap[inst->SrcReg[j].Index]; 618 free(remap);
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| block_splitter_inc.h | 220 uint32_t remap[HISTOGRAMS_PER_BATCH] = { 0 }; 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/ |
| ir3_spill.c | 94 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/ |
| agx_compile.c | 1262 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 */
|
| /xsrc/external/mit/xf86-input-keyboard/dist/src/ |
| bsd_KbdMap.c | 34 static unsigned char remap[NUM_KEYCODES] = { variable 1658 if (remap[i]) { 1659 k = map + (remap[i] << 2);
|
| /xsrc/external/mit/libXt/dist/src/ |
| Event.c | 1320 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/ |
| brw_fs.cpp | 2907 unsigned remap[alloc.count]; local 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[dst] != ~0u & [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| remap_helper.h | 29 #include "main/remap.h" 31 /* this is internal to remap.c */ 33 #error Only remap.c should include this file!
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/ |
| Makefile.sources | 194 main/remap.c \ 195 main/remap.h \
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| remap_helper.h | 29 #include "main/remap.h" 31 /* this is internal to remap.c */ 33 #error Only remap.c should include this file!
|