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:posCoef
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_quad_depth_test_tmp.h
58
const float dzdx = quads[0]->
posCoef
->dadx[2];
in NAME()
59
const float dzdy = quads[0]->
posCoef
->dady[2];
in NAME()
60
const float z0 = quads[0]->
posCoef
->a0[2] + dzdx * fx + dzdy * fy;
in NAME()
H
A
D
sp_setup.c
102
struct tgsi_interp_coef
posCoef
; /* For Z, W */
member
502
* Z and W are copied from
posCoef
which should have already been computed.
525
setup->coef[slot].a0[2] = setup->
posCoef
.a0[2];
in setup_fragcoord_coeff()
526
setup->coef[slot].dadx[2] = setup->
posCoef
.dadx[2];
in setup_fragcoord_coeff()
527
setup->coef[slot].dady[2] = setup->
posCoef
.dady[2];
in setup_fragcoord_coeff()
529
setup->coef[slot].a0[3] = setup->
posCoef
.a0[3];
in setup_fragcoord_coeff()
530
setup->coef[slot].dadx[3] = setup->
posCoef
.dadx[3];
in setup_fragcoord_coeff()
531
setup->coef[slot].dady[3] = setup->
posCoef
.dady[3];
in setup_fragcoord_coeff()
556
tri_linear_coeff(setup, &setup->
posCoef
, 2, v);
in setup_tri_coefficients()
561
tri_linear_coeff(setup, &setup->
posCoef
,
in setup_tri_coefficients()
[all...]
H
A
D
sp_quad.h
105
const struct tgsi_interp_coef *
posCoef
;
member
H
A
D
sp_fs_exec.c
117
setup_pos_vector(quad->
posCoef
,
in exec_run()
H
A
D
sp_quad_depth_test.c
138
const float dzdx = quad->
posCoef
->dadx[2];
in interpolate_quad_depth()
139
const float dzdy = quad->
posCoef
->dady[2];
in interpolate_quad_depth()
140
const float z0 = quad->
posCoef
->a0[2] + dzdx * fx + dzdy * fy;
in interpolate_quad_depth()
Completed in 4 milliseconds