Home
last modified time | relevance | path

Searched refs:uncached (Results 1 – 25 of 52) sorted by relevance

123

/third_party/ltp/testcases/cve/
Dmeltdown.c224 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/
DVK_AMD_device_coherent_memory.adoc18 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
DVK_AMD_device_coherent_memory.txt18 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/
DPathTextBench.cpp33 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
/third_party/skia/bench/
DPathTextBench.cpp33 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp264 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()
Dsfn_instr_fetch.h49 uncached, enumerator
Dsfn_assembler.cpp687 vtx.uncached = fetch_instr.has_fetch_flag(FetchInstr::uncached); in visit()
/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp593 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/
DBacktraceMap.h70 static BacktraceMap* Create(pid_t pid, bool uncached = false);
/third_party/skia/src/utils/
DSkShadowUtils.cpp663 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/
Dsfn_instrfromstring_test.cpp509 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/
D0011-libext2fs-don-t-old-the-CACHE_MTX-while-doing-I-O.patch68 * Find the number of uncached blocks so we can do a
/third_party/ltp/tools/sparse/sparse-src/
Dgcc-attr-list.h190 GCC_ATTR(uncached)
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h125 unsigned uncached; member
Dr700_asm.c136 S_SQ_MEM_RD_WORD0_UNCACHED(mem->uncached) | in r700_bytecode_fetch_mem_build()
/third_party/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.mm144 // the owned attachments will have no size and be uncached.
/third_party/mesa3d/docs/relnotes/
D17.2.1.rst71 - radv/gfx9: allocate events from uncached VA space
/third_party/node/deps/npm/node_modules/registry-auth-token/
Dyarn.lock490 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/
Dsb_bc_dump.cpp556 if (n.bc.uncached) in dump()
Dsb_bc.h625 unsigned uncached:1; member
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dfade_in_image_test.dart91 testWidgets('animates an uncached image', (WidgetTester tester) async {
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_image_buffer.txt150 allocated as uncached so that the data in the image buffer
/third_party/openGLES/extensions/I3D/
DWGL_I3D_image_buffer.txt150 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/
DARCInstrInfo.td797 // di - uncached.
870 // di - uncached.

123