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:cb_color_attrib3
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
2669
surf->
cb_color_attrib3
= S_028EE0_MIP0_DEPTH(mip0_depth) |
in si_initialize_color_surface()
3289
unsigned
cb_color_attrib3
, cb_fdcc_control;
in si_emit_framebuffer_state()
local
3295
cb_color_attrib3
= cb->
cb_color_attrib3
|
in si_emit_framebuffer_state()
3313
radeon_set_context_reg(R_028EE0_CB_COLOR0_ATTRIB3 + i * 4,
cb_color_attrib3
);
in si_emit_framebuffer_state()
3315
unsigned
cb_color_attrib3
;
in si_emit_framebuffer_state()
local
3325
cb_color_attrib3
= cb->
cb_color_attrib3
|
in si_emit_framebuffer_state()
3354
radeon_set_context_reg(R_028EE0_CB_COLOR0_ATTRIB3 + i * 4,
cb_color_attrib3
);
in si_emit_framebuffer_state()
H
A
D
si_pipe.h
470
unsigned
cb_color_attrib3
; /* GFX10 and later */
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
6267
cb->
cb_color_attrib3
|= S_028EE0_COLOR_SW_MODE(surf->u.gfx9.swizzle_mode) |
in radv_initialise_color_surface()
6270
cb->
cb_color_attrib3
|= S_028EE0_COLOR_SW_MODE(surf->u.gfx9.swizzle_mode) |
in radv_initialise_color_surface()
6460
cb->
cb_color_attrib3
|=
in radv_initialise_color_surface()
H
A
D
radv_private.h
1344
uint32_t
cb_color_attrib3
; /* GFX10 and later */
H
A
D
radv_cmd_buffer.c
2025
radeon_set_context_reg(cmd_buffer->cs, R_028EE0_CB_COLOR0_ATTRIB3 + index * 4, cb->
cb_color_attrib3
);
in radv_emit_fb_color_state()
2053
cb->
cb_color_attrib3
);
in radv_emit_fb_color_state()
Completed in 43 milliseconds