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:color_write
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H
A
D
vc4_render_cl.c
39
struct drm_gem_cma_object *
color_write
;
member
186
!setup->
color_write
);
in emit_tile()
202
!setup->
color_write
);
in emit_tile()
219
bool last_tile_write = !setup->
color_write
;
in emit_tile()
234
if (setup->
color_write
) {
in emit_tile()
313
if (setup->
color_write
)
in vc4_create_rcl_bo()
320
(setup->
color_write
!= NULL) +
in vc4_create_rcl_bo()
333
(setup->
color_write
? (setup->
color_write
->paddr +
in vc4_create_rcl_bo()
334
args->
color_write
in vc4_create_rcl_bo()
[all...]
H
A
D
vc4_gem.c
145
if (args->
color_write
.bits & VC4_RENDER_CONFIG_MS_MODE_4X) {
in vc4_cl_validate()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_job.c
44
if (job->
color_write
) {
in vc4_job_free()
46
job->
color_write
->texture);
in vc4_job_free()
47
pipe_surface_reference(&job->
color_write
, NULL);
in vc4_job_free()
192
pipe_surface_reference(&job->
color_write
, cbuf);
in vc4_get_job()
403
.
color_write
.hindex = ~0,
in vc4_job_submit()
419
&submit.
color_write
,
in vc4_job_submit()
420
job->
color_write
);
in vc4_job_submit()
441
submit.
color_write
.bits |= VC4_RENDER_CONFIG_MS_MODE_4X;
in vc4_job_submit()
442
/* Controls whether
color_write
's
in vc4_job_submit()
445
submit.
color_write
in vc4_job_submit()
[all...]
H
A
D
vc4_context.h
237
struct pipe_surface *
color_write
;
member
/third_party/libdrm/include/drm/
H
A
D
vc4_drm.h
69
* Bits for either render config (
color_write
) or load/store packet.
154
struct drm_vc4_submit_rcl_surface
color_write
;
member
/third_party/mesa3d/include/drm-uapi/
H
A
D
vc4_drm.h
69
* Bits for either render config (
color_write
) or load/store packet.
154
struct drm_vc4_submit_rcl_surface
color_write
;
member
Completed in 6 milliseconds