Home
last modified time | relevance | path

Searched +full:16 +full:- +full:shadowmaps (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/scripts/
H A Dcaselist_diff.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
26 …("dEQP-GLES2.functional.shaders.random.basic_expressions.*", "dEQP-GLES2.functional.shaders.random…
27 …("dEQP-GLES2.functional.shaders.random.scalar_conversions.*", "dEQP-GLES2.functional.shaders.rando…
28 …("dEQP-GLES2.functional.fbo.render.color_clears_*", "dEQP-GLES2.functional.fbo.render.color_clear.…
29 …("dEQP-GLES2.functional.fbo.render.intersecting_quads_*", "dEQP-GLES2.functional.fbo.render.depth.…
30 ("dEQP-GLES2.functional.fbo.render.mix_*", "dEQP-GLES2.functional.fbo.render.color.mix_"),
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ci/
H A Dtraces-vmware.yml2 ---
3 traces-db:
4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 bgfx/01-cubes.rdc:
8 gl-vmware-llvmpipe:
10 bgfx/02-metaballs.rdc:
11 gl-vmware-llvmpipe:
13 bgfx/03-raymarch.rdc:
14 gl-vmware-llvmpipe:
16 bgfx/04-mesh.rdc:
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ci/
H A Dtraces-llvmpipe.yml2 ---
3 traces-db:
4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 0ad/0ad-v2.trace:
8 gl-vmware-llvmpipe:
10 bgfx/01-cubes.rdc:
11 gl-vmware-llvmpipe:
13 bgfx/02-metaballs.rdc:
14 gl-vmware-llvmpipe:
16 bgfx/03-raymarch.rdc:
[all …]
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaLookup.cpp1 //===--------------------- SemaLookup.cpp - Name Lookup ------------------===//
8 //===----------------------------------------------------------------------===//
10 // This file implements name lookup for C, C++, Objective-C, and
11 // Objective-C++.
13 //===----------------------------------------------------------------------===//
108 // both the using-directive and the nominated namespace. in visitScopeChain()
109 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
110 assert(InnermostFileDC && InnermostFileDC->isFileContext()); in visitScopeChain()
112 for (; S; S = S->getParent()) { in visitScopeChain()
114 // A using-directive shall not appear in class scope, but may in visitScopeChain()
[all …]
H A DSemaCodeComplete.cpp1 //===---------------- SemaCodeComplete.cpp - Code Completion ----*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file defines the code-completion semantic actions.
12 //===----------------------------------------------------------------------===//
41 /// \brief A container of code-completion results.
44 /// \brief The type of a name-lookup filter, which can be provided to the
45 /// name-lookup routines to specify which declarations should be included in
59 llvm::SmallPtrSet<const Decl*, 16> AllDeclsFound;
82 // 0 - > 1 elements: just set the single element information. in Add()
90 // 1 -> 2 elements: create the vector of results and push in the in Add()
[all …]