Searched refs:vm (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_vm.c31 union drm_amdgpu_vm vm; local in function:amdgpu_vm_reserve_vmid
33 vm.in.op = AMDGPU_VM_OP_RESERVE_VMID;
34 vm.in.flags = flags;
37 &vm, sizeof(vm));
43 union drm_amdgpu_vm vm; local in function:amdgpu_vm_unreserve_vmid
45 vm.in.op = AMDGPU_VM_OP_UNRESERVE_VMID;
46 vm.in.flags = flags;
49 &vm, sizeof(vm));
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxbell.c38 static void pkc(XKeyboardControl *kc, unsigned long vm) argument
40 if (vm&KBKeyClickPercent)
42 if (vm&KBBellPercent)
44 if (vm&KBBellPitch)
46 if (vm&KBBellDuration)
48 if (vm&KBLed)
50 if (vm&KBLedMode)
52 if (vm&KBKey)
54 if (vm&KBAutoRepeatMode)
73 unsigned long vm; local in function:main
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp71 std::deque<int32_t> vm; member in class:aco::BlockCycleEstimator
88 : vm(vm_), exp(exp_), lgkm(lgkm_), vs(vs_)
91 unsigned vm; member in struct:aco::wait_counter_info
277 imm.vm = wait_info.vm ? max_vm_cnt : wait_imm::unset_counter;
289 if (imm.vm != wait_imm::unset_counter) {
290 for (int i = 0; i < (int)vm.size() - imm.vm; i++)
291 deps_available = MAX2(deps_available, vm[i]);
377 while (vm
[all...]
H A Daco_ir.cpp732 wait_imm::wait_imm() : vm(unset_counter), exp(unset_counter), lgkm(unset_counter), vs(unset_counter)
735 : vm(vm_), exp(exp_), lgkm(lgkm_), vs(vs_)
740 vm = packed & 0xf;
742 vm |= (packed >> 10) & 0x30;
760 assert(vm == unset_counter || vm <= 0x3f);
761 imm = ((vm & 0x30) << 10) | ((lgkm & 0x3f) << 8) | ((exp & 0x7) << 4) | (vm & 0xf);
765 assert(vm == unset_counter || vm <
[all...]
H A Daco_insert_waitcnt.cpp149 imm.vm = wait_imm::unset_counter;
336 imm.vm = 0;
393 imm.vm = 0;
403 if (ctx.pending_flat_vm && imm.vm != wait_imm::unset_counter)
404 imm.vm = 0;
410 ctx.vm_cnt = std::min(ctx.vm_cnt, imm.vm);
422 if (bar.vm != wait_imm::unset_counter && imm.vm <= bar.vm) {
423 bar.vm
[all...]
H A Daco_ir.h265 uint8_t vm; member in struct:aco::wait_imm
H A Daco_instruction_selection.cpp11065 /* enabled_mask */ 0, dest, /* compr */ false, /* done */ true, /* vm */ true);
12087 vm_imm.vm = 0;
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-conf.c426 FcValue vr, vm; local in function:run_test
434 if (FcPatternGet (match, FcPatternIterGetObject (result, &iter), x, &vm) != FcResultMatch)
436 vm.type = FcTypeVoid;
438 if (!FcValueEqual (vm, vr))
442 FcValuePrint (vm);
505 FcValue vr, vm; local in function:run_test
513 if (FcPatternGet (fs->fonts[i], FcPatternIterGetObject (result_fs->fonts[i], &iter), x, &vm) != FcResultMatch)
515 vm.type = FcTypeVoid;
517 if (!FcValueEqual (vm, vr))
521 FcValuePrint (vm);
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.4.rst45 vm protection faults in piglit lest: texsubimage cube_map_array pbo
H A D19.3.3.rst173 - aco: set vm for pos0 exports on GFX10
H A D10.6.0.rst271 vm protection faults in piglit lest: texsubimage cube_map_array pbo
H A D20.0.0.rst2815 - aco: set vm for pos0 exports on GFX10
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp511 value* shader::get_ro_value(value_map& vm, value_kind vk, unsigned key) { argument
512 value_map::iterator I = vm.find(key);
513 if (I != vm.end())
517 vm.insert(std::make_pair(key, v));
H A Dsb_shader.h412 value* get_ro_value(value_map &vm, value_kind vk, unsigned key);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp511 value* shader::get_ro_value(value_map& vm, value_kind vk, unsigned key) { argument
512 value_map::iterator I = vm.find(key);
513 if (I != vm.end())
517 vm.insert(std::make_pair(key, v));
H A Dsb_shader.h412 value* get_ro_value(value_map &vm, value_kind vk, unsigned key);
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst781 ``vm``
878 ``vm``
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mmx.c3445 __m64 vm = expand_alpha_rev (to_m64 (m)); local in function:mmx_composite_over_x888_8_8888
3446 __m64 vdest = in_over (s, sa, vm, load8888 (dst));

Completed in 47 milliseconds