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:desc_bo
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_descriptor_set.c
301
if (set->
desc_bo
)
in panvk_descriptor_set_destroy()
302
panfrost_bo_unreference(set->
desc_bo
);
in panvk_descriptor_set_destroy()
H
A
D
panvk_vX_descriptor_set.c
308
set->
desc_bo
= panfrost_bo_create(&device->physical_device->pdev,
in descriptor_set_create()
311
if (!set->
desc_bo
)
in descriptor_set_create()
316
panvk_per_arch(emit_ubo)(set->
desc_bo
->ptr.gpu,
in descriptor_set_create()
343
if (set->
desc_bo
)
in descriptor_set_create()
344
panfrost_bo_unreference(set->
desc_bo
);
in descriptor_set_create()
388
return (char *)set->
desc_bo
->ptr.cpu +
in panvk_desc_ubo_data()
H
A
D
panvk_private.h
336
struct panfrost_bo *
desc_bo
;
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nve4_compute.c
849
struct nouveau_bo *
desc_bo
;
in nve4_launch_grid()
local
852
desc = nve4_compute_alloc_launch_desc(&nvc0->base, &
desc_bo
, &desc_gpuaddr);
in nve4_launch_grid()
858
desc_bo
);
in nve4_launch_grid()
Completed in 5 milliseconds