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:bo_address
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_batch.c
141
uint64_t
bo_address
= bo->address & (~0ull >> 16);
in decode_get_bo()
local
143
if (address >=
bo_address
&& address <
bo_address
+ bo->size) {
in decode_get_bo()
145
.addr =
bo_address
,
in decode_get_bo()
H
A
D
iris_resource.h
212
uint64_t
bo_address
;
member
H
A
D
iris_state.c
2437
if (surf_state->
bo_address
== bo->address)
in update_surface_state_addrs()
2449
*ss_addr = *ss_addr - surf_state->
bo_address
+ bo->address;
in update_surface_state_addrs()
2456
surf_state->
bo_address
= bo->address;
in update_surface_state_addrs()
2599
isv->surface_state.
bo_address
= isv->res->bo->address;
in iris_create_sampler_view()
2802
surf->surface_state.
bo_address
= res->bo->address;
in iris_create_surface()
2808
surf->surface_state_read.
bo_address
= res->bo->address;
in iris_create_surface()
2892
iv->surface_state.
bo_address
= res->bo->address;
in iris_set_shader_images()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_batch.c
131
uint64_t
bo_address
= bo->gtt_offset & (~0ull >> 16);
in decode_get_bo()
local
133
if (address >=
bo_address
&& address <
bo_address
+ bo->size) {
in decode_get_bo()
138
(address -
bo_address
),
in decode_get_bo()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
2977
uint64_t
bo_address
= intel_48b_address(bo->offset);
in get_bo_from_pool()
local
2978
if (address >=
bo_address
&& address < (
bo_address
+ bo->size)) {
in get_bo_from_pool()
2980
.addr =
bo_address
,
in get_bo_from_pool()
3015
uint64_t
bo_address
= (*bo)->bo->offset & (~0ull >> 16);
in decode_get_bo()
local
3017
if (address >=
bo_address
&& address <
bo_address
+ (*bo)->bo->size) {
in decode_get_bo()
3019
.addr =
bo_address
,
in decode_get_bo()
Completed in 21 milliseconds