Searched refs:Allocation_t (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 7 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimX() 13 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimY() 19 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimZ() 25 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimLOD() 31 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimFaces() 38 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetElement() 67 Allocation_t *alloc = (Allocation_t *)a.p; in rsOffset() 78 Allocation_t *alloc = (Allocation_t *)a.p; in rsOffsetNs() 193 Allocation_t *alloc = (Allocation_t *)a.p; in rsGetElementAt() 201 Allocation_t *alloc = (Allocation_t *)a.p; in rsGetElementAt() [all …]
|
D | rs_sample.c | 268 getBilinearSample1D(const Allocation_t *alloc, float2 weights, in getBilinearSample1D() 318 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3, in getBilinearSample2D() 348 getNearestSample(const Allocation_t *alloc, uint32_t iPixel, rs_data_kind dk, in getNearestSample() 385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk, in getNearestSample() 421 sample_LOD_LinearPixel(const Allocation_t *alloc, in sample_LOD_LinearPixel() 451 sample_LOD_NearestPixel(const Allocation_t *alloc, in sample_LOD_NearestPixel() 464 sample_LOD_LinearPixel(const Allocation_t *alloc, in sample_LOD_LinearPixel() 510 sample_LOD_NearestPixel(const Allocation_t *alloc, in sample_LOD_NearestPixel() 532 const Allocation_t *alloc = (const Allocation_t *)a.p; in rsSample() 584 const Allocation_t *alloc = (const Allocation_t *)a.p; in rsSample() [all …]
|
D | rs_structs.h | 83 } Allocation_t; typedef
|