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:QUAD_BOTTOM_RIGHT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_quad.h
50
#define
QUAD_BOTTOM_RIGHT
3
macro
55
#define MASK_BOTTOM_RIGHT (1 <<
QUAD_BOTTOM_RIGHT
)
H
A
D
sp_tex_sample.c
508
derivs[0][0][0] = s[
QUAD_BOTTOM_RIGHT
] - s[QUAD_BOTTOM_LEFT];
in compute_gradient_1d()
548
derivs[0][0][0] = s[
QUAD_BOTTOM_RIGHT
] - s[QUAD_BOTTOM_LEFT];
in compute_gradient_2d()
550
derivs[1][0][0] = t[
QUAD_BOTTOM_RIGHT
] - t[QUAD_BOTTOM_LEFT];
in compute_gradient_2d()
590
derivs[0][0][0] = fabsf(s[
QUAD_BOTTOM_RIGHT
] - s[QUAD_BOTTOM_LEFT]);
in compute_gradient_3d()
592
derivs[1][0][0] = fabsf(t[
QUAD_BOTTOM_RIGHT
] - t[QUAD_BOTTOM_LEFT]);
in compute_gradient_3d()
594
derivs[2][0][0] = fabsf(p[
QUAD_BOTTOM_RIGHT
] - p[QUAD_BOTTOM_LEFT]);
in compute_gradient_3d()
2566
const float dudx = (s[
QUAD_BOTTOM_RIGHT
] - s[QUAD_BOTTOM_LEFT]) * s_to_u;
in mip_filter_linear_aniso()
2568
const float dvdx = (t[
QUAD_BOTTOM_RIGHT
] - t[QUAD_BOTTOM_LEFT]) * t_to_v;
in mip_filter_linear_aniso()
H
A
D
sp_setup.c
1299
setup->quad[0].input.coverage[
QUAD_BOTTOM_RIGHT
] = MIN2(cover, 1.0f);
in sp_setup_point()
Completed in 9 milliseconds