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:mali_func
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_cs.h
60
static inline enum
mali_func
72
return (enum
mali_func
)comp;
in translate_compare_func()
75
static inline enum
mali_func
81
enum
mali_func
f = panvk_per_arch(translate_compare_func)(pCreateInfo->compareOp);
in translate_sampler_compare_func()
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_encoder.h
135
static inline enum
mali_func
136
panfrost_flip_compare_func(enum
mali_func
f)
in panfrost_flip_compare_func()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_cmdstream.c
183
static enum
mali_func
187
panfrost_flip_compare_func((enum
mali_func
) cso->compare_func);
in panfrost_sampler_compare_func()
552
((enum
mali_func
) zsa->base.alpha_func == MALI_FUNC_ALWAYS);
in panfrost_prepare_fs_state()
4302
s.compare_function = (enum
mali_func
) in->func;
in pan_pipe_to_stencil()
4336
enum
mali_func
depth_func = zsa->depth_enabled ?
in panfrost_create_depth_stencil_state()
4337
(enum
mali_func
) zsa->depth_func : MALI_FUNC_ALWAYS;
in panfrost_create_depth_stencil_state()
4358
(enum
mali_func
) so->base.alpha_func;
in panfrost_create_depth_stencil_state()
4367
cfg.front_compare_function = (enum
mali_func
) front.func;
in panfrost_create_depth_stencil_state()
4372
cfg.back_compare_function = (enum
mali_func
) back.func;
in panfrost_create_depth_stencil_state()
Completed in 9 milliseconds