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:bc_va
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
si_cmd_buffer.c
100
uint64_t
bc_va
= radv_buffer_get_va(device->border_color_data.bo);
in si_emit_compute()
local
103
radeon_emit(cs,
bc_va
>> 8);
in si_emit_compute()
104
radeon_emit(cs, S_030E04_ADDRESS(
bc_va
>> 40));
in si_emit_compute()
135
uint64_t
bc_va
= radv_buffer_get_va(device->border_color_data.bo);
in si_emit_compute()
local
136
radeon_set_config_reg(cs, R_00950C_TA_CS_BC_BASE_ADDR,
bc_va
>> 8);
in si_emit_compute()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_compute.c
415
uint64_t
bc_va
= sctx->border_color_buffer->gpu_address;
in si_emit_initial_compute_regs()
local
418
radeon_emit(
bc_va
>> 8); /* R_030E00_TA_CS_BC_BASE_ADDR */
in si_emit_initial_compute_regs()
419
radeon_emit(S_030E04_ADDRESS(
bc_va
>> 40)); /* R_030E04_TA_CS_BC_BASE_ADDR_HI */
in si_emit_initial_compute_regs()
Completed in 5 milliseconds