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:translate_cache
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/
H
A
D
translate_cache.c
31
#include "
translate_cache
.h"
36
struct
translate_cache
{
struct
40
struct
translate_cache
* translate_cache_create( void )
in translate_cache_create()
42
struct
translate_cache
*cache = MALLOC_STRUCT(
translate_cache
);
in translate_cache_create()
52
static inline void delete_translates(struct
translate_cache
*cache)
in delete_translates()
65
void translate_cache_destroy(struct
translate_cache
*cache)
in translate_cache_destroy()
90
struct translate * translate_cache_find(struct
translate_cache
*cache,
in translate_cache_find()
H
A
D
translate_cache.h
36
struct
translate_cache
;
41
struct
translate_cache
*translate_cache_create( void );
42
void translate_cache_destroy(struct
translate_cache
*cache);
51
struct translate *translate_cache_find(struct
translate_cache
*cache,
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_private.h
323
struct
translate_cache
*fetch_cache;
325
struct
translate_cache
*emit_cache;
H
A
D
draw_pt_fetch.c
35
#include "translate/
translate_cache
.h"
45
struct
translate_cache
*cache;
H
A
D
draw_pipe_vbuf.c
45
#include "translate/
translate_cache
.h"
81
struct
translate_cache
*cache;
H
A
D
draw_pt_emit.c
35
#include "translate/
translate_cache
.h"
43
struct
translate_cache
*cache;
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_vbuf.c
100
#include "translate/
translate_cache
.h"
157
struct
translate_cache
*
translate_cache
;
member
367
mgr->
translate_cache
= translate_cache_create();
in u_vbuf_create()
453
translate_cache_destroy(mgr->
translate_cache
);
in u_vbuf_destroy()
473
tr = translate_cache_find(mgr->
translate_cache
, key);
in u_vbuf_translate_buffers()
Completed in 6 milliseconds