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:old_bo
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_bufmgr.h
69
v3d_bo_set_reference(struct v3d_bo **
old_bo
, struct v3d_bo *new_bo)
in v3d_bo_set_reference()
argument
71
if (pipe_reference(&(*
old_bo
)->reference, &new_bo->reference))
in v3d_bo_set_reference()
72
v3d_bo_last_unreference(*
old_bo
);
in v3d_bo_set_reference()
73
*
old_bo
= new_bo;
in v3d_bo_set_reference()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_batch.c
610
struct crocus_bo *
old_bo
= grow->partial_bo;
in finish_growing_bos()
local
611
if (!
old_bo
)
in finish_growing_bos()
620
crocus_bo_unreference(
old_bo
);
in finish_growing_bos()
H
A
D
crocus_resource.c
1132
struct crocus_bo *
old_bo
= dst->bo;
in crocus_replace_buffer_storage()
local
1143
crocus_bo_unreference(
old_bo
);
in crocus_replace_buffer_storage()
1175
struct crocus_bo *
old_bo
= res->bo;
in crocus_invalidate_resource()
local
1192
crocus_bo_unreference(
old_bo
);
in crocus_invalidate_resource()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_bo.c
718
struct radeon_bo *
old_bo
=
in radeon_create_bo()
local
722
pb_reference(&b, &
old_bo
->base);
in radeon_create_bo()
1162
struct radeon_bo *
old_bo
=
in radeon_winsys_bo_from_ptr()
local
1166
pb_reference(&b, &
old_bo
->base);
in radeon_winsys_bo_from_ptr()
1294
struct radeon_bo *
old_bo
=
in radeon_winsys_bo_from_handle()
local
1298
pb_reference(&b, &
old_bo
->base);
in radeon_winsys_bo_from_handle()
/third_party/libdrm/tests/modetest/
H
A
D
modetest.c
830
struct bo *
old_bo
;
member
1198
plane_bo = p->
old_bo
;
in atomic_set_plane()
1199
p->
old_bo
= p->bo;
in atomic_set_plane()
1400
if (p[i].
old_bo
) {
in atomic_clear_FB()
1401
bo_destroy(p[i].
old_bo
);
in atomic_clear_FB()
1402
p[i].
old_bo
= NULL;
in atomic_clear_FB()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_resource.c
1593
struct iris_bo *
old_bo
= old_res->bo;
in iris_reallocate_resource_inplace()
local
1624
new_res->bo =
old_bo
;
in iris_reallocate_resource_inplace()
1888
struct iris_bo *
old_bo
= dst->bo;
in iris_replace_buffer_storage()
local
1899
iris_bo_unreference(
old_bo
);
in iris_replace_buffer_storage()
1931
struct iris_bo *
old_bo
= res->bo;
in iris_invalidate_resource()
local
1935
iris_memzone_for_address(
old_bo
->address), 0);
in iris_invalidate_resource()
1949
iris_bo_unreference(
old_bo
);
in iris_invalidate_resource()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_allocator.c
2168
struct anv_bo
old_bo
= *bo;
in anv_device_release_bo()
local
2172
anv_bo_finish(device, &
old_bo
);
in anv_device_release_bo()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_context.cpp
2212
struct d3d12_bo *
old_bo
= dst->bo;
2217
d3d12_bo_unreference(
old_bo
);
Completed in 34 milliseconds