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:blend_add
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_mc.c
419
r->
blend_add
[i] = r->pipe->create_blend_state(r->pipe, &blend);
in init_pipe_state()
420
if (!r->
blend_add
[i])
in init_pipe_state()
452
if (r->
blend_add
[i])
in init_pipe_state()
453
r->pipe->delete_blend_state(r->pipe, r->
blend_add
[i]);
in init_pipe_state()
475
r->pipe->delete_blend_state(r->pipe, r->
blend_add
[i]);
in cleanup_pipe_state()
606
renderer->pipe->bind_blend_state(renderer->pipe, renderer->
blend_add
[mask]);
in prepare_pipe_4_rendering()
H
A
D
vl_mc.h
53
void *
blend_add
[VL_MC_NUM_BLENDERS];
member
H
A
D
vl_compositor.h
114
void *blend_clear, *
blend_add
;
member
H
A
D
vl_compositor.c
175
c->
blend_add
= c->pipe->create_blend_state(c->pipe, &blend);
in init_pipe_state()
229
c->pipe->delete_blend_state(c->pipe, c->
blend_add
);
in cleanup_pipe_state()
H
A
D
vl_compositor_gfx.c
660
void *blend = layer->blend ? layer->blend : i ? c->
blend_add
: c->blend_clear;
in draw_layers()
Completed in 5 milliseconds