Home
last modified time | relevance | path

Searched defs:prefetch (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/
Dindex.js7 prefetch: require('./prefetch'), property
Dprefetch.js11 function prefetch (spec, opts) { function
DCHANGELOG.md542 ### prefetch subsection in [7.0.0](https://github.com/npm/pacote/compare/v6.1.0...v7.0.0) (2017-11-15)
/third_party/ffmpeg/libavcodec/
Dvideodsp.h76 void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); member
/third_party/boost/boost/context/detail/
Dprefetch.hpp36 void prefetch( void * addr) { in prefetch() function
/third_party/ffmpeg/libavcodec/alpha/
Dasm.h88 #define prefetch(p) __builtin_prefetch((p), 0, 1) macro
103 #define prefetch(p) __asm__ volatile("ldl $31,%0" : : "m"(*(const char *) (p)) : "memory") macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c477 unsigned offset, bool *prefetch) in si_switch_compute_shader()
962 bool prefetch; in si_launch_grid() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h340 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, in __OUT_IB()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c492 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in setup_stateobj() local
/third_party/iptables/libiptc/
Dlinux_list.h30 #define prefetch(x) ((void)0) macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h44 #define prefetch(x) macro
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_gpu.h183 #define VS_CMD_SHADER_INFO(prefetch, size) \ argument
Dlima_context.h82 int prefetch; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1378 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs() local
1391 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.h42 bool prefetch : 1; member
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto691 optional uint32 prefetch = 10 [default = 4]; field
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h979 #define prefetch(mem, hint) \ macro
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h375 } prefetch; member