Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:level_base
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_texture.c
1371
unsigned
level_base
= ROUND_DOWN_TO(surface->u.gfx9.prt_level_offset[level],
in si_texture_commit()
local
1373
unsigned commit_base =
level_base
+
in si_texture_commit()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
TextureTest.cpp
4561
{ // `
level_base
` in GLES
in TEST_P()
4568
const GLuint
level_base
= _level_base;
in TEST_P()
local
4585
_level_max = std::min(std::max(
level_base
, level_prime_max), MIPS - 1);
in TEST_P()
4589
const GLuint p = std::floor((float)std::log2(SIZE)) +
level_base
;
in TEST_P()
4618
// * "...the value of [level] must be in the range `[
level_base
,
in TEST_P()
4620
fbComplete &= (
level_base
<= dstMip && dstMip <= q);
in TEST_P()
4622
// * "...the value of [level] is not `
level_base
`, then the texture
in TEST_P()
4624
if (dstMip !=
level_base
)
in TEST_P()
Completed in 14 milliseconds