Home
last modified time | relevance | path

Searched refs:lrm (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp91 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 Dsfn_ra.h73 bool register_allocation(LiveRangeMap& lrm);
H A Dsfn_liverangeevaluator.cpp431 std::ostream& operator << (std::ostream& os, const LiveRangeMap& lrm) in operator <<() argument
435 const auto& comp = lrm.component(i); in operator <<()
H A Dsfn_valuefactory.h104 std::ostream& operator << (std::ostream& os, const LiveRangeMap& lrm);
H A Dsfn_nir.cpp861 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 DextractCollationData.pl147 my $lrm = "";
156 $lrm = "";
181 $lrm = "&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 Dsfn_optimizer_test.cpp121 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 Dflacdsp.asm87 ;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 Dcrocus_state.c577 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 Dset_get.c1875 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 Dmi_builder.h503 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 DgenX_cmd_buffer.c2241 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 DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 212 milliseconds