HomeSort by: relevance | last modified time | path
    Searched refs:addresses (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_uniforms.c 59 uint64_t *addresses = ptr.cpu; local
63 addresses[i] = agx_const_buffer_ptr(batch, cb);
72 uint64_t *addresses = ptr.cpu; local
81 addresses[i] = bo->ptr.gpu + vb.buffer_offset;
  /xsrc/external/mit/MesaLib/dist/bin/
perf-annotate-jit.py 154 addresses = samples.keys()
155 addresses.sort()
  /xsrc/external/mit/MesaLib.old/dist/bin/
perf-annotate-jit.py 154 addresses = samples.keys()
155 addresses.sort()
  /xsrc/external/mit/xhost/dist/
xhost.c 314 * it parses DECnet names (expo::), Internet addresses (18.30.0.212), or
316 * (from <netdb.h>), it will add or remove all addresses with the given
586 * If no family was specified, use both Internet v4 & v6 addresses.
587 * Otherwise, use only addresses matching specified family.
589 struct addrinfo *addresses; local
593 if (getaddrinfo(name, NULL, NULL, &addresses) != 0)
596 for (a = addresses; a != NULL; a = a->ai_next) {
638 freeaddrinfo(addresses);
  /xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl 350 addresses => {}
382 $mailmap->{addresses}->{$wrong_address} = $real_address;
393 $mailmap->{addresses}->{$wrong_address} = $real_address;
411 $mailmap->{addresses}->{$wrong_email} = $real_address;
801 --remove-duplicates => minimize duplicate email names/addresses
804 --file-emails => add email addresses found in -f file (default: 0 (off))
1246 exists $mailmap->{addresses}->{$email}) {
1250 if (exists $mailmap->{addresses}->{$email}) {
1251 $real_address = $mailmap->{addresses}->{$email};
1257 if (exists $mailmap->{addresses}->{$address})
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
range.hpp 409 adaptor_range<derefs, std::vector<T *>>(derefs(), map(addresses(), il)) {
414 derefs(), map(addresses(), std::forward<R>(r))) {
functional.hpp 221 struct addresses { struct in namespace:clover
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
range.hpp 409 adaptor_range<derefs, std::vector<T *>>(derefs(), map(addresses(), il)) {
414 derefs(), map(addresses(), std::forward<R>(r))) {
functional.hpp 221 struct addresses { struct in namespace:clover
  /xsrc/external/mit/xorg-server/dist/os/
access.c 1037 struct addrinfo *addresses; local
1041 if (getaddrinfo(hostname, NULL, NULL, &addresses) == 0) {
1042 for (a = addresses; a != NULL; a = a->ai_next) {
1051 freeaddrinfo(addresses);
1072 /* iterate over the addresses */
1799 * at access check time, to allow for hosts with dynamic addresses
1832 struct addrinfo *addresses; local
1842 if (getaddrinfo(hostname, NULL, NULL, &addresses) == 0) {
1843 for (a = addresses; a != NULL; a = a->ai_next) {
1852 freeaddrinfo(addresses);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
access.c 979 struct addrinfo *addresses; local
983 if (getaddrinfo(hostname, NULL, NULL, &addresses) == 0) {
984 for (a = addresses ; a != NULL ; a = a->ai_next) {
992 freeaddrinfo(addresses);
1013 /* iterate over the addresses */
1744 * at access check time, to allow for hosts with dynamic addresses
1776 struct addrinfo *addresses; local
1787 if (getaddrinfo(hostname, NULL, NULL, &addresses) == 0) {
1788 for (a = addresses ; a != NULL ; a = a->ai_next) {
1797 freeaddrinfo(addresses);
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
release.txt 187 * Fixed SoftVG base PCI base addresses.
259 * Modified gfx_set_vbi_base to accept pure physical addresses instead of offsets.
  /xsrc/external/mit/freetype/dist/
vms_make.com 1113 ! Location: All of the libraries can be found at the following addresses
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_acceleration_structure.c 762 get_vertices(nir_builder *b, nir_ssa_def *addresses, nir_ssa_def *format, nir_ssa_def *positions[3])
785 nir_build_load_global(b, 3, 32, nir_channel(b, addresses, i),
801 nir_ssa_def *addr = nir_channel(b, addresses, i);

Completed in 13 milliseconds