Home
last modified time | relevance | path

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

12

/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/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h845 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/
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_instruction_fetch.h51 bool uncached,
107 bool uncached() const {return m_uncached; } in uncached() function
Dsfn_instruction_fetch.cpp93 bool uncached, in FetchInstruction() argument
114 m_uncached(uncached), in FetchInstruction()
Dsfn_ir_to_assembly.cpp761 vtx.uncached = fetch_instr.uncached(); in visit()
/third_party/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h70 static BacktraceMap* Create(pid_t pid, bool uncached = false);
/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/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/
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/ltp/tools/sparse/sparse-src/
Dgcc-attr-list.h190 GCC_ATTR(uncached)
/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/glib/gobject/
Dgtype.c186 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/
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
Dsb_bc_builder.cpp715 .UNCACHED(bc.uncached) in build_fetch_mem()
/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.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pixel_data_range.txt78 (uncached) AGP memory, while pushing data should use cached memory so
147 example, read the pixel data out of uncached memory with the CPU,

12