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:managed_buffer
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
cubetexture9.c
124
This->
managed_buffer
= nine_allocate(pParams->device->allocator, 6 * face_size);
in NineCubeTexture9_ctor()
125
if (!This->
managed_buffer
)
in NineCubeTexture9_ctor()
151
p = This->
managed_buffer
?
in NineCubeTexture9_ctor()
152
nine_suballocate(pParams->device->allocator, This->
managed_buffer
, offset + level_offsets[l]) : NULL;
in NineCubeTexture9_ctor()
187
if (This->
managed_buffer
) {
in NineCubeTexture9_dtor()
189
nine_free_worker(This->base.base.base.device->allocator, This->
managed_buffer
);
in NineCubeTexture9_dtor()
191
nine_free(This->base.base.base.device->allocator, This->
managed_buffer
);
in NineCubeTexture9_dtor()
H
A
D
texture9.c
172
This->
managed_buffer
= user_buffer;
in NineTexture9_ctor()
173
if (!This->
managed_buffer
)
in NineTexture9_ctor()
236
if (This->
managed_buffer
) {
in NineTexture9_dtor()
238
nine_free_worker(This->base.base.base.device->allocator, This->
managed_buffer
);
in NineTexture9_dtor()
240
nine_free(This->base.base.base.device->allocator, This->
managed_buffer
);
in NineTexture9_dtor()
H
A
D
texture9.h
35
struct nine_allocation *
managed_buffer
;
member
H
A
D
cubetexture9.h
35
struct nine_allocation *
managed_buffer
;
member
H
A
D
surface9.c
721
if (!tex->
managed_buffer
)
in NineSurface9_CopyMemToDefault()
Completed in 4 milliseconds