Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Droadmap.adoc9 Roadmap milestones are intended to be supported by mid-to-high-end
/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.c799 uint64_t z0, mid1, z64, mid; in _mesa_softfloat_mul_f64_to_f128_m() local
807 mid = mid1 + (uint64_t) a0 * b32; in _mesa_softfloat_mul_f64_to_f128_m()
809 z64 += (uint64_t) (mid < mid1) << 32 | mid >> 32; in _mesa_softfloat_mul_f64_to_f128_m()
810 mid <<= 32; in _mesa_softfloat_mul_f64_to_f128_m()
811 z0 += mid; in _mesa_softfloat_mul_f64_to_f128_m()
814 z64 += (z0 < mid); in _mesa_softfloat_mul_f64_to_f128_m()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DRoadmap.adoc10 This document proposes the development of a shared public roadmap for features across mid-to-high-e…
20 Feature fragmentation is a particular problem for mid-to-high-end devices across smartphone, tablet…
77 The current roadmap plans account for Vulkan’s most demanding markets - mid-to-high-end across smar…
106 …by the end of that year (or shortly thereafter) from all vendors supplying mid-to-high-end devices…
DVK_EXT_graphics_pipeline_library.adoc32 short-to-mid-term, developers are having real problems that can’t be solved by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc10 The Roadmap 2022 milestone is intended to be supported by newer mid-to-high-end devices shipping in…
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXproto.h1779 Colormap mid B32;
1788 Colormap mid B32;
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto1021 /* Reclaimed segments in GC urgent mid mode */
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc3050 R_f = \{ (x,y) \mid | x - x_f | + | y - y_f | < \frac{1}{2} \}
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs4083 defineSymbol(math, main, rel, "\u2223", "\\mid", true);