Searched defs:prefetch (Results 1 - 12 of 12) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| H A D | videodsp.h | 75 void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); member
|
| /third_party/ffmpeg/libavcodec/alpha/ |
| H A D | asm.h | 88 #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/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | list.h | 42 #define prefetch(x) macro
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_util.h | 342 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, in __OUT_IB() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_compute.c | 999 bool prefetch; in si_launch_grid() local 501 si_switch_compute_shader(struct si_context *sctx, struct si_compute *program, struct si_shader *shader, const amd_kernel_code_t *code_object, unsigned offset, bool *prefetch) si_switch_compute_shader() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 532 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; variable
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.h | 42 bool prefetch : 1; member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_context.h | 86 int prefetch; member
|
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod.cxx | 1288 deque<fdcache_entry> prefetch; // prefetched member in libarchive_fdcache [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3.h | 413 } prefetch; member
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.cc | 2494 void Assembler::prefetch(Operand src, int level) { in prefetch() function in v8::internal::Assembler
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 1425 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs() local 1438 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs() local [all...] |
Completed in 24 milliseconds