/third_party/ltp/testcases/cve/ |
D | meltdown.c | 224 long cached, uncached, i; in set_cache_hit_threshold() local 232 for (uncached = 0, i = 0; i < ESTIMATE_CYCLES; i++) { in set_cache_hit_threshold() 234 uncached += get_access_time(target_array); in set_cache_hit_threshold() 238 uncached /= ESTIMATE_CYCLES; in set_cache_hit_threshold() 240 cache_hit_threshold = mysqrt(cached * uncached); in set_cache_hit_threshold() 244 cached, uncached, cache_hit_threshold); in set_cache_hit_threshold()
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_winsys.h | 845 bool uncached; in radeon_get_heap_index() local 885 uncached = flags & RADEON_FLAG_UNCACHED; in radeon_get_heap_index() 889 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC_READ_ONLY_32BIT in radeon_get_heap_index() 892 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC_READ_ONLY in radeon_get_heap_index() 895 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC_32BIT in radeon_get_heap_index() 898 return uncached ? RADEON_HEAP_GTT_UNCACHED_WC : RADEON_HEAP_GTT_WC; in radeon_get_heap_index() 907 return uncached ? RADEON_HEAP_GTT_UNCACHED : RADEON_HEAP_GTT; in radeon_get_heap_index()
|
/third_party/flutter/skia/bench/ |
D | PathTextBench.cpp | 33 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
|
/third_party/skia/bench/ |
D | PathTextBench.cpp | 33 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_fetch.h | 51 bool uncached, 107 bool uncached() const {return m_uncached; } in uncached() function
|
D | sfn_instruction_fetch.cpp | 93 bool uncached, in FetchInstruction() argument 114 m_uncached(uncached), in FetchInstruction()
|
D | sfn_ir_to_assembly.cpp | 761 vtx.uncached = fetch_instr.uncached(); in visit()
|
/third_party/mesa3d/include/android_stub/backtrace/ |
D | BacktraceMap.h | 70 static BacktraceMap* Create(pid_t pid, bool uncached = false);
|
/third_party/flutter/skia/src/utils/ |
D | SkShadowUtils.cpp | 593 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow() local 601 if (uncached) { in drawShadow() 681 if (uncached) { in drawShadow()
|
/third_party/skia/src/utils/ |
D | SkShadowUtils.cpp | 663 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow() local 674 if (uncached) { in drawShadow() 754 if (uncached) { in drawShadow()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 125 unsigned uncached; member
|
D | r700_asm.c | 136 S_SQ_MEM_RD_WORD0_UNCACHED(mem->uncached) | in r700_bytecode_fetch_mem_build()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | gcc-attr-list.h | 190 GCC_ATTR(uncached)
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlTextureRenderTarget.mm | 144 // the owned attachments will have no size and be uncached.
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.1.rst | 71 - radv/gfx9: allocate events from uncached VA space
|
/third_party/glib/gobject/ |
D | gtype.c | 186 gboolean uncached); 188 gboolean uncached); 2384 gboolean uncached) in type_data_last_unref_Wm() argument 2396 …de->is_classed && node->data && node->data->class.class && static_n_class_cache_funcs && !uncached) in type_data_last_unref_Wm() 2478 gboolean uncached) in type_data_unref_U() argument 2506 type_data_last_unref_Wm (node, uncached); in type_data_unref_U()
|
/third_party/node/deps/npm/node_modules/registry-auth-token/ |
D | yarn.lock | 490 require-uncached "^1.0.2" 1239 require-uncached@^1.0.2: 1241 …resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662…
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 556 if (n.bc.uncached) in dump()
|
D | sb_bc.h | 625 unsigned uncached:1; member
|
D | sb_bc_builder.cpp | 715 .UNCACHED(bc.uncached) in build_fetch_mem()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | fade_in_image_test.dart | 91 testWidgets('animates an uncached image', (WidgetTester tester) async {
|
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/ |
D | WGL_I3D_image_buffer.txt | 150 allocated as uncached so that the data in the image buffer
|
/third_party/openGLES/extensions/I3D/ |
D | WGL_I3D_image_buffer.txt | 150 allocated as uncached so that the data in the image buffer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 797 // di - uncached. 870 // di - uncached.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pixel_data_range.txt | 78 (uncached) AGP memory, while pushing data should use cached memory so 147 example, read the pixel data out of uncached memory with the CPU,
|