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_clear
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_mc.c
413
r->
blend_clear
[i] = r->pipe->create_blend_state(r->pipe, &blend);
in init_pipe_state()
414
if (!r->
blend_clear
[i])
in init_pipe_state()
455
if (r->
blend_clear
[i])
in init_pipe_state()
456
r->pipe->delete_blend_state(r->pipe, r->
blend_clear
[i]);
in init_pipe_state()
474
r->pipe->delete_blend_state(r->pipe, r->
blend_clear
[i]);
in cleanup_pipe_state()
608
renderer->pipe->bind_blend_state(renderer->pipe, renderer->
blend_clear
[mask]);
in prepare_pipe_4_rendering()
H
A
D
vl_mc.h
52
void *
blend_clear
[VL_MC_NUM_BLENDERS];
member
H
A
D
vl_compositor.h
114
void *
blend_clear
, *blend_add;
member
H
A
D
vl_compositor.c
166
c->
blend_clear
= c->pipe->create_blend_state(c->pipe, &blend);
in init_pipe_state()
228
c->pipe->delete_blend_state(c->pipe, c->
blend_clear
);
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()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_blitter.c
115
void *
blend_clear
[GET_CLEAR_BLEND_STATE_IDX(PIPE_CLEAR_COLOR)+1];
member
498
for (i = 0; i < ARRAY_SIZE(ctx->
blend_clear
); i++) {
in util_blitter_destroy()
499
if (ctx->
blend_clear
[i])
in util_blitter_destroy()
500
pipe->delete_blend_state(pipe, ctx->
blend_clear
[i]);
in util_blitter_destroy()
1488
if (ctx->
blend_clear
[index])
in get_clear_blend_state()
1489
return ctx->
blend_clear
[index];
in get_clear_blend_state()
1505
ctx->
blend_clear
[index] = pipe->create_blend_state(pipe, &blend);
in get_clear_blend_state()
1507
return ctx->
blend_clear
[index];
in get_clear_blend_state()
Completed in 8 milliseconds