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:num_lods
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_sample_soa.c
1816
/* This path should work for
num_lods
1 too but slightly less efficient */
in lp_build_sample_mipmap()
1844
if (bld->
num_lods
== 1) {
in lp_build_sample_mipmap()
1859
need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->
num_lods
, need_lerp);
in lp_build_sample_mipmap()
1898
if (bld->
num_lods
!= bld->coord_type.length)
in lp_build_sample_mipmap()
1959
/* This path should work for
num_lods
1 too but slightly less efficient */
in lp_build_sample_mipmap_both()
1985
need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->
num_lods
, lod_positive);
in lp_build_sample_mipmap_both()
2016
if (bld->
num_lods
!= bld->coord_type.length)
in lp_build_sample_mipmap_both()
2107
/* This path should work for
num_lods
1 too but slightly less efficient */
in lp_build_sample_aniso()
2151
if (bld->
num_lods
!= length) {
in lp_build_sample_aniso()
2657
if ((bld->
num_lods
!
in lp_build_sample_common()
3848
unsigned
num_lods
= bld4.
num_lods
;
lp_build_sample_soa_code()
local
4361
unsigned
num_lods
= 1;
lp_build_size_query_soa()
local
[all...]
H
A
D
lp_bld_sample_aos.c
972
/* This path should work for
num_lods
1 too but slightly less efficient */
in lp_build_sample_mipmap()
1009
if (bld->
num_lods
== 1) {
in lp_build_sample_mipmap()
1028
need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->
num_lods
, lod_fpart);
in lp_build_sample_mipmap()
1066
if (num_quads == 1 && bld->
num_lods
== 1) {
in lp_build_sample_mipmap()
1071
unsigned num_chans_per_lod = 4 * bld->coord_type.length / bld->
num_lods
;
in lp_build_sample_mipmap()
1166
if (bld->
num_lods
> 1)
in lp_build_sample_aos()
H
A
D
lp_bld_sample.h
380
unsigned
num_lods
;
member
H
A
D
lp_bld_sample.c
887
if (bld->
num_lods
!= bld->coord_type.length)
in lp_build_lod_selector()
969
if (bld->
num_lods
!= bld->coord_type.length)
in lp_build_lod_selector()
1119
assert(bld->
num_lods
== bld->num_mips);
in lp_build_linear_mip_levels()
Completed in 12 milliseconds