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:fixed_function
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/tests/
H
A
D
test-blend.c
33
bool
fixed_function
;
member
53
.
fixed_function
= true,
72
.
fixed_function
= true,
92
.
fixed_function
= true,
111
.
fixed_function
= true,
131
.
fixed_function
= true,
150
.
fixed_function
= true,
168
.
fixed_function
= true,
182
.
fixed_function
= true,
200
.
fixed_function
[all...]
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_blend.c
717
cfg.
fixed_function
.num_comps = desc->nr_channels;
in pan_blend_get_internal_desc()
718
cfg.
fixed_function
.rt = rt;
in pan_blend_get_internal_desc()
727
cfg.
fixed_function
.conversion.register_format =
in pan_blend_get_internal_desc()
731
cfg.
fixed_function
.conversion.register_format =
in pan_blend_get_internal_desc()
736
cfg.
fixed_function
.conversion.register_format =
in pan_blend_get_internal_desc()
740
cfg.
fixed_function
.conversion.register_format =
in pan_blend_get_internal_desc()
745
cfg.
fixed_function
.conversion.register_format =
in pan_blend_get_internal_desc()
749
cfg.
fixed_function
.conversion.register_format =
in pan_blend_get_internal_desc()
756
cfg.
fixed_function
.conversion.memory_format =
in pan_blend_get_internal_desc()
H
A
D
pan_blitter.c
155
cfg.internal.
fixed_function
.num_comps = 4;
in pan_blitter_emit_blend()
156
cfg.internal.
fixed_function
.conversion.memory_format =
in pan_blitter_emit_blend()
158
cfg.internal.
fixed_function
.conversion.register_format =
in pan_blitter_emit_blend()
161
cfg.internal.
fixed_function
.rt = rt;
in pan_blitter_emit_blend()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_blend_cso.h
39
bool
fixed_function
: 1;
member
H
A
D
pan_cmdstream.c
435
cfg.
fixed_function
.num_comps = 4;
in panfrost_emit_blend()
436
cfg.
fixed_function
.conversion.memory_format =
in panfrost_emit_blend()
438
cfg.
fixed_function
.conversion.register_format =
in panfrost_emit_blend()
440
cfg.
fixed_function
.rt = i;
in panfrost_emit_blend()
444
cfg.
fixed_function
.alpha_zero_nop = info.alpha_zero_nop;
in panfrost_emit_blend()
445
cfg.
fixed_function
.alpha_one_store = info.alpha_one_store;
in panfrost_emit_blend()
4496
.
fixed_function
= !blend->logicop_enable &&
in panfrost_create_blend_state()
4515
if (so->info[c].
fixed_function
) {
in panfrost_create_blend_state()
H
A
D
pan_context.c
176
if (info.
fixed_function
&& panfrost_blendable_formats_v7[fmt].internal &&
in panfrost_get_blend()
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_meta_clear.c
115
cfg.internal.
fixed_function
.num_comps = 4;
in panvk_meta_clear_color_attachment_emit_rsd()
116
cfg.internal.
fixed_function
.rt = rt;
in panvk_meta_clear_color_attachment_emit_rsd()
117
cfg.internal.
fixed_function
.conversion.memory_format =
in panvk_meta_clear_color_attachment_emit_rsd()
119
cfg.internal.
fixed_function
.conversion.register_format =
in panvk_meta_clear_color_attachment_emit_rsd()
H
A
D
panvk_vX_cs.c
647
cfg.internal.
fixed_function
.alpha_zero_nop =
in emit_blend()
649
cfg.internal.
fixed_function
.alpha_one_store =
in emit_blend()
656
cfg.internal.
fixed_function
.num_comps = 4;
in emit_blend()
657
cfg.internal.
fixed_function
.conversion.memory_format =
in emit_blend()
659
cfg.internal.
fixed_function
.conversion.register_format =
in emit_blend()
661
cfg.internal.
fixed_function
.rt = rt;
in emit_blend()
H
A
D
panvk_vX_meta_copy.c
267
cfg.internal.
fixed_function
.num_comps = 4;
in panvk_meta_copy_to_img_emit_rsd()
269
cfg.internal.
fixed_function
.conversion.memory_format =
in panvk_meta_copy_to_img_emit_rsd()
271
cfg.internal.
fixed_function
.conversion.register_format =
in panvk_meta_copy_to_img_emit_rsd()
276
cfg.internal.
fixed_function
.conversion.memory_format =
in panvk_meta_copy_to_img_emit_rsd()
278
cfg.internal.
fixed_function
.conversion.register_format =
in panvk_meta_copy_to_img_emit_rsd()
Completed in 20 milliseconds