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:util_ifloor
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_tex_sample.c
138
const int i =
util_ifloor
(s * size);
in wrap_nearest_repeat()
155
*icoord =
util_ifloor
(s);
in wrap_nearest_clamp()
175
*icoord =
util_ifloor
(s);
in wrap_nearest_clamp_to_edge()
194
*icoord =
util_ifloor
(s);
in wrap_nearest_clamp_to_border()
206
flr =
util_ifloor
(s);
in wrap_nearest_mirror_repeat()
215
*icoord =
util_ifloor
(u * size);
in wrap_nearest_mirror_repeat()
230
*icoord =
util_ifloor
(u);
in wrap_nearest_mirror_clamp()
248
*icoord =
util_ifloor
(u);
in wrap_nearest_mirror_clamp_to_edge()
265
*icoord =
util_ifloor
(u);
in wrap_nearest_mirror_clamp_to_border()
284
*icoord0 = repeat(
util_ifloor
(
in wrap_linear_repeat()
[all...]
/third_party/mesa3d/src/mesa/main/
H
A
D
drawpix.c
354
GLint x =
util_ifloor
(ctx->Current.RasterPos[0] + epsilon - xorig);
in _mesa_Bitmap()
355
GLint y =
util_ifloor
(ctx->Current.RasterPos[1] + epsilon - yorig);
in _mesa_Bitmap()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_cb_bitmap.c
701
const float x0 =
util_ifloor
(ctx->Current.RasterPos[0] - xorig + epsilon);
in st_DrawAtlasBitmaps()
702
const float y0 =
util_ifloor
(ctx->Current.RasterPos[1] - yorig + epsilon);
in st_DrawAtlasBitmaps()
/third_party/mesa3d/src/util/
H
A
D
u_math.h
123
util_ifloor
(float f)
in util_ifloor()
function
Completed in 7 milliseconds