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_mips
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_sample.c
1073
if (bld->
num_mips
== bld->coord_bld.type.length) {
in lp_build_nearest_mip_level()
1076
else if (bld->
num_mips
== 1) {
in lp_build_nearest_mip_level()
1080
assert(bld->
num_mips
== bld->coord_bld.type.length / 4);
in lp_build_nearest_mip_level()
1119
assert(bld->num_lods == bld->
num_mips
);
in lp_build_linear_mip_levels()
1206
if (bld->
num_mips
== 1) {
in lp_build_get_mip_offsets()
1210
else if (bld->
num_mips
== bld->coord_bld.type.length / 4) {
in lp_build_get_mip_offsets()
1214
for (i = 0; i < bld->
num_mips
; i++) {
in lp_build_get_mip_offsets()
1225
assert (bld->
num_mips
== bld->coord_bld.type.length);
in lp_build_get_mip_offsets()
1228
for (i = 0; i < bld->
num_mips
; i++) {
in lp_build_get_mip_offsets()
1316
if (bld->
num_mips
in lp_build_get_level_stride_vec()
[all...]
H
A
D
lp_bld_sample_soa.c
1812
if (bld->
num_mips
== 1) {
in lp_build_sample_mipmap()
1876
if (bld->
num_mips
== 1) {
in lp_build_sample_mipmap()
1955
if (bld->
num_mips
== 1) {
in lp_build_sample_mipmap_both()
2001
if (bld->
num_mips
== 1) {
in lp_build_sample_mipmap_both()
2103
if (bld->
num_mips
== 1) {
in lp_build_sample_aniso()
2657
if ((bld->num_lods != bld->
num_mips
|| bld->num_lods == 1) &&
in lp_build_sample_common()
2660
assert(bld->
num_mips
== 1);
in lp_build_sample_common()
3118
if (bld->
num_mips
!= int_coord_bld->type.length) {
in lp_build_fetch_texel()
3129
assert(bld->
num_mips
== 1);
in lp_build_fetch_texel()
3474
bld.
num_mips
in lp_build_sample_soa_code()
[all...]
H
A
D
lp_bld_sample.h
377
unsigned
num_mips
;
member
H
A
D
lp_bld_sample_aos.c
968
if (bld->
num_mips
== 1) {
in lp_build_sample_mipmap()
1041
if (bld->
num_mips
== 1) {
in lp_build_sample_mipmap()
Completed in 12 milliseconds