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:ui_indices
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
sse_minmax.c
34
_mesa_uint_array_min_max(const unsigned *
ui_indices
, unsigned *min_index,
in _mesa_uint_array_min_max()
argument
43
while (((uintptr_t)
ui_indices
& 15) && aligned_count) {
in _mesa_uint_array_min_max()
44
if (*
ui_indices
> max_ui)
in _mesa_uint_array_min_max()
45
max_ui = *
ui_indices
;
in _mesa_uint_array_min_max()
46
if (*
ui_indices
< min_ui)
in _mesa_uint_array_min_max()
47
min_ui = *
ui_indices
;
in _mesa_uint_array_min_max()
50
ui_indices
++;
in _mesa_uint_array_min_max()
67
ui_indices_ptr = (__m128i *)
ui_indices
;
in _mesa_uint_array_min_max()
87
if (
ui_indices
[i] > max_ui)
in _mesa_uint_array_min_max()
88
max_ui =
ui_indices
[
in _mesa_uint_array_min_max()
[all...]
H
A
D
sse_minmax.h
32
_mesa_uint_array_min_max(const unsigned *
ui_indices
, unsigned *min_index,
/third_party/mesa3d/src/mesa/vbo/
H
A
D
vbo_minmax_index.c
239
const GLuint *
ui_indices
= (const GLuint *)indices;
in vbo_get_minmax_index_mapped()
local
244
if (
ui_indices
[i] != restartIndex) {
in vbo_get_minmax_index_mapped()
245
if (
ui_indices
[i] > max_ui) max_ui =
ui_indices
[i];
in vbo_get_minmax_index_mapped()
246
if (
ui_indices
[i] < min_ui) min_ui =
ui_indices
[i];
in vbo_get_minmax_index_mapped()
253
_mesa_uint_array_min_max(
ui_indices
, &min_ui, &max_ui, count);
in vbo_get_minmax_index_mapped()
258
if (
ui_indices
[i] > max_ui) max_ui =
ui_indices
[i];
in vbo_get_minmax_index_mapped()
259
if (
ui_indices
[
in vbo_get_minmax_index_mapped()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_vbuf.c
1303
const unsigned *
ui_indices
= (const unsigned*)indices;
in u_vbuf_get_minmax_index_mapped()
local
1308
if (
ui_indices
[i] != info->restart_index) {
in u_vbuf_get_minmax_index_mapped()
1309
if (
ui_indices
[i] > max) max =
ui_indices
[i];
in u_vbuf_get_minmax_index_mapped()
1310
if (
ui_indices
[i] < min) min =
ui_indices
[i];
in u_vbuf_get_minmax_index_mapped()
1316
if (
ui_indices
[i] > max) max =
ui_indices
[i];
in u_vbuf_get_minmax_index_mapped()
1317
if (
ui_indices
[i] < min) min =
ui_indices
[
in u_vbuf_get_minmax_index_mapped()
[all...]
Completed in 4 milliseconds