/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/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_AMD_device_coherent_memory.adoc | 18 This extension adds the device coherent and device uncached memory types. 21 Device uncached memory indicates to applications that caches are disabled 24 Device coherent and uncached memory are expected to have lower performance
|
D | VK_AMD_device_coherent_memory.txt | 18 This extension adds the device coherent and device uncached memory types. 21 Device uncached memory indicates to applications that caches are disabled 24 Device coherent and uncached memory are expected to have lower performance
|
/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_instr_fetch.cpp | 264 if (m_tex_flags.test(uncached) && m_opcode != vc_read_scratch) os << " UNCACHED"; in do_print() 434 {"UNCACHED", uncached}, 645 set_fetch_flag(uncached); in LoadFromScratch()
|
D | sfn_instr_fetch.h | 49 uncached, enumerator
|
D | sfn_assembler.cpp | 687 vtx.uncached = fetch_instr.has_fetch_flag(FetchInstr::uncached); in visit()
|
/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/mesa3d/include/android_stub/backtrace/ |
D | BacktraceMap.h | 70 static BacktraceMap* Create(pid_t pid, bool uncached = false);
|
/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/sfn/tests/ |
D | sfn_instrfromstring_test.cpp | 509 expect_fetch.set_fetch_flag(FetchInstr::EFlags::uncached); in TEST_F() 571 expect_fetch.set_fetch_flag(FetchInstr::EFlags::uncached); in TEST_F()
|
/third_party/e2fsprogs/ |
D | 0011-libext2fs-don-t-old-the-CACHE_MTX-while-doing-I-O.patch | 68 * Find the number of uncached blocks so we can do a
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | gcc-attr-list.h | 190 GCC_ATTR(uncached)
|
/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/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/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
|
/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.
|