OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocation_t
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/driver/runtime/
rs_allocation.c
7
Allocation_t
*alloc = (
Allocation_t
*)a.p;
13
Allocation_t
*alloc = (
Allocation_t
*)a.p;
19
Allocation_t
*alloc = (
Allocation_t
*)a.p;
25
Allocation_t
*alloc = (
Allocation_t
*)a.p;
31
Allocation_t
*alloc = (
Allocation_t
*)a.p
[
all
...]
rs_sample.c
268
getBilinearSample1D(const
Allocation_t
*alloc, float2 weights,
318
getBilinearSample2D(const
Allocation_t
*alloc, float w0, float w1, float w2, float w3,
348
getNearestSample(const
Allocation_t
*alloc, uint32_t iPixel, rs_data_kind dk,
385
getNearestSample(const
Allocation_t
*alloc, uint2 iPixel, rs_data_kind dk,
421
sample_LOD_LinearPixel(const
Allocation_t
*alloc,
451
sample_LOD_NearestPixel(const
Allocation_t
*alloc,
464
sample_LOD_LinearPixel(const
Allocation_t
*alloc,
510
sample_LOD_NearestPixel(const
Allocation_t
*alloc,
532
const
Allocation_t
*alloc = (const
Allocation_t
*)a.p
[
all
...]
rs_structs.h
83
}
Allocation_t
;
/system/bt/osi/src/
allocation_tracker.cc
38
}
allocation_t
;
typedef in typeref:struct:__anon2045
42
static std::unordered_map<void*,
allocation_t
*> allocations;
87
allocation_t
* allocation = entry.second;
114
allocation_t
* allocation;
119
allocation = (
allocation_t
*)calloc(1, sizeof(
allocation_t
));
144
allocation_t
* allocation = map_entry->second;
/frameworks/compile/libbcc/lib/
RSCompilerDriver.cpp
132
// structs (like
Allocation_t
) don't get forced into using the ARM layout
Completed in 120 milliseconds