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_attrib2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
2679
surf->
cb_color_attrib2
= S_028C68_MIP0_WIDTH(mip0_width) |
in si_initialize_color_surface()
3312
radeon_set_context_reg(R_028EC0_CB_COLOR0_ATTRIB2 + i * 4, cb->
cb_color_attrib2
);
in si_emit_framebuffer_state()
3353
radeon_set_context_reg(R_028EC0_CB_COLOR0_ATTRIB2 + i * 4, cb->
cb_color_attrib2
);
in si_emit_framebuffer_state()
3379
radeon_emit(cb->
cb_color_attrib2
); /* CB_COLOR0_ATTRIB2 */
in si_emit_framebuffer_state()
H
A
D
si_pipe.h
469
unsigned
cb_color_attrib2
; /* GFX9 and later */
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_private.h
1343
uint32_t
cb_color_attrib2
; /* GFX9 and later */
H
A
D
radv_cmd_buffer.c
2024
radeon_set_context_reg(cmd_buffer->cs, R_028EC0_CB_COLOR0_ATTRIB2 + index * 4, cb->
cb_color_attrib2
);
in radv_emit_fb_color_state()
2051
cb->
cb_color_attrib2
);
in radv_emit_fb_color_state()
2058
radeon_emit(cmd_buffer->cs, cb->
cb_color_attrib2
);
in radv_emit_fb_color_state()
H
A
D
radv_device.c
6469
cb->
cb_color_attrib2
= S_028C68_MIP0_WIDTH(width - 1) | S_028C68_MIP0_HEIGHT(height - 1) |
in radv_initialise_color_surface()
Completed in 42 milliseconds