/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_ra.cpp | 91 group_allocation (LiveRangeMap& lrm, const Interference& interference, GroupRegisters& groups) in group_allocation() argument 116 auto& regs = lrm.component(comp); in group_allocation() 137 auto& component_life_ranges = lrm.component(comp); in group_allocation() 166 auto& vregs = lrm.component(reg->chan()); in group_allocation() 183 scalar_allocation (LiveRangeMap& lrm, const Interference& interference) in scalar_allocation() argument 186 auto& live_ranges = lrm.component(comp); in scalar_allocation() 225 bool register_allocation(LiveRangeMap& lrm) in register_allocation() argument 227 Interference interference(lrm); in register_allocation() 233 auto& comp = lrm.component(i); in register_allocation() 275 if (!group_allocation (lrm, interferenc in register_allocation() [all...] |
H A D | sfn_ra.h | 73 bool register_allocation(LiveRangeMap& lrm);
|
H A D | sfn_liverangeevaluator.cpp | 431 std::ostream& operator << (std::ostream& os, const LiveRangeMap& lrm) in operator <<() argument 435 const auto& comp = lrm.component(i); in operator <<()
|
H A D | sfn_valuefactory.h | 104 std::ostream& operator << (std::ostream& os, const LiveRangeMap& lrm);
|
H A D | sfn_nir.cpp | 861 auto lrm = r600::LiveRangeEvaluator().run(*scheduled_shader); in r600_shader_from_nir() local 863 if (!r600::register_allocation(lrm)) { in r600_shader_from_nir()
|
/third_party/icu/tools/colprobe/ |
H A D | extractCollationData.pl | 147 my $lrm = ""; 156 $lrm = ""; 181 $lrm = "‎"; 214 #$lines[$i] = $name.$lrm.$line."</span><br>"; 216 $result .= $name.$lrm.$line.$spanEnd."<br>\n";
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_optimizer_test.cpp | 121 auto lrm = r600::LiveRangeEvaluator().run(*sh); in TEST_F() local 122 EXPECT_TRUE(r600::register_allocation(lrm)); in TEST_F() 132 auto lrm = r600::LiveRangeEvaluator().run(*sh); in TEST_F() local 133 EXPECT_TRUE(r600::register_allocation(lrm)); in TEST_F()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | flacdsp.asm | 87 ;void ff_flac_decorrelate_[lrm]s_16_sse2(uint8_t **out, int32_t **in, int channels, 132 ;void ff_flac_decorrelate_[lrm]s_32_sse2(uint8_t **out, int32_t **in, int channels,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 577 crocus_emit_cmd(batch, GENX(MI_LOAD_REGISTER_MEM), lrm) { in crocus_load_register_mem32() 578 lrm.RegisterAddress = reg; in crocus_load_register_mem32() 579 lrm.MemoryAddress = ro_bo(bo, offset); in crocus_load_register_mem32() 7952 crocus_emit_cmd(batch, GENX(MI_LOAD_REGISTER_MEM), lrm) { 7953 lrm.RegisterAddress = _3DPRIM_VERTEX_COUNT; 7954 lrm.MemoryAddress = ro_bo(bo, indirect->offset + 0); 7956 crocus_emit_cmd(batch, GENX(MI_LOAD_REGISTER_MEM), lrm) { 7957 lrm.RegisterAddress = _3DPRIM_INSTANCE_COUNT; 7958 lrm.MemoryAddress = ro_bo(bo, indirect->offset + 4); 7960 crocus_emit_cmd(batch, GENX(MI_LOAD_REGISTER_MEM), lrm) { [all...] |
/third_party/lame/libmp3lame/ |
H A D | set_get.c | 1875 lame_set_short_threshold_lrm(lame_global_flags * gfp, float lrm) in lame_set_short_threshold_lrm() argument 1878 gfp->attackthre = lrm; in lame_set_short_threshold_lrm() 1913 lame_set_short_threshold(lame_global_flags * gfp, float lrm, float s) in lame_set_short_threshold() argument 1916 lame_set_short_threshold_lrm(gfp, lrm); in lame_set_short_threshold()
|
/third_party/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 503 mi_builder_emit(b, GENX(MI_LOAD_REGISTER_MEM), lrm) { in _mi_copy_no_unref() 505 lrm.RegisterAddress = reg.num; in _mi_copy_no_unref() 507 lrm.AddCSMMIOStartOffset = reg.cs; in _mi_copy_no_unref() 509 lrm.MemoryAddress = src.addr; in _mi_copy_no_unref()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 2241 anv_batch_emit(batch, GENX(MI_LOAD_REGISTER_MEM), lrm) { in emit_apply_pipe_flushes() 2242 lrm.RegisterAddress = 0x243C; /* GFX7_3DPRIM_START_INSTANCE */ in emit_apply_pipe_flushes() 2243 lrm.MemoryAddress = device->workaround_address; in emit_apply_pipe_flushes() 4966 anv_batch_emit(&cmd_buffer->batch, GENX(MI_LOAD_REGISTER_MEM), lrm) { in CmdBeginTransformFeedbackEXT() 4967 lrm.RegisterAddress = GENX(SO_WRITE_OFFSET0_num) + idx * 4; in CmdBeginTransformFeedbackEXT() 4968 lrm.MemoryAddress = anv_address_add(counter_buffer->address, in CmdBeginTransformFeedbackEXT()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |