Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 221) sorted by relevance

123456789

/hardware/google/gfxstream/guest/mesa/src/util/
Du_worklist.c29 u_worklist_init(u_worklist *w, unsigned num_entries, void *mem_ctx) in u_worklist_init()
40 u_worklist_fini(u_worklist *w) in u_worklist_fini()
47 u_worklist_push_head_index(u_worklist *w, unsigned *index) in u_worklist_push_head_index()
67 u_worklist_peek_head_index(const u_worklist *w) in u_worklist_peek_head_index()
75 u_worklist_pop_head_index(u_worklist *w) in u_worklist_pop_head_index()
89 u_worklist_push_tail_index(u_worklist *w, unsigned *index) in u_worklist_push_tail_index()
106 u_worklist_peek_tail_index(const u_worklist *w) in u_worklist_peek_tail_index()
116 u_worklist_pop_tail_index(u_worklist *w) in u_worklist_pop_tail_index()
Du_worklist.h68 u_worklist_is_empty(const u_worklist *w) in u_worklist_is_empty()
85 #define u_worklist_push_tail(w, block, index) \ argument
88 #define u_worklist_push_head(w, block, index) \ argument
91 #define u_worklist_pop_head(w, entry_t, index) \ argument
94 #define u_worklist_pop_tail(w, entry_t, index) \ argument
97 #define u_worklist_peek_head(w, entry_t, index) \ argument
100 #define u_worklist_peek_tail(w, entry_t, index) \ argument
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dextended_min_max.inl43 T const & w
55 typename C<T>::T const & w
67 C<T> const & w
110 T const & w
122 typename C<T>::T const & w
134 C<T> const & w
/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h22 #define PLANE_SIZE(w, h) ((w) * (h)) argument
23 #define S2B_PLANE_SIZE(w, h) (GRALLOC_ALIGN((w) / 4, 16) * (GRALLOC_ALIGN(h, 16))) argument
31 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes()
56 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp()
83 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit()
Dmali_gralloc_bufferaccess.cpp113 const int t, const int w, const int h, in validate_lock_input_parameters()
189 uint64_t usage, int l, int t, int w, int h, void **vaddr) in mali_gralloc_lock()
/hardware/google/gfxstream/guest/mesa/src/util/sha1/
Dsha1.c40 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
41 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
42 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
43 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
44 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/hardware/google/aemu/host-common/
DMultiDisplay.cpp66 uint32_t w, in setMultiDisplay()
155 uint32_t* w, in getMultiDisplay()
203 uint32_t* w, in getNextMultiDisplay()
255 uint32_t totalH, pos_x, pos_y, w, h; in translateCoordination() local
278 void MultiDisplay::setGpuMode(bool isGuestMode, uint32_t w, uint32_t h) { in setGpuMode()
372 uint32_t w, in setDisplayPose()
423 uint32_t* w, in getDisplayPose()
506 void MultiDisplay::getCombinedDisplaySize(uint32_t* w, uint32_t* h) { in getCombinedDisplaySize()
511 void MultiDisplay::getCombinedDisplaySizeLocked(uint32_t* w, uint32_t* h) { in getCombinedDisplaySizeLocked()
577 bool MultiDisplay::multiDisplayParamValidate(uint32_t id, uint32_t w, uint32_t h, in multiDisplayParamValidate()
DMultiDisplayPipe.cpp50 uint32_t w, h, dpi, flag, id; in onMessage() local
85 void MultiDisplayPipe::fillData(std::vector<uint8_t>& data, uint32_t id, uint32_t w, uint32_t h, in fillData()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
62 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
62 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
61 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
61 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_tests.c44 #define PACKED_4x8(x, y, z, w) {x, y, z, w, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument
51 #define PACKED_4x16(x, y, z, w) {(x) >> 8, (x) & 0xff, (y) >> 8, (y) & 0xff, (z) >> 8, (z) & 0xff, … argument
56 #define PACKED_4x16(x, y, z, w) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, (z) & 0xff, (z) >> 8, … argument
63 #define PACKED_4x32(x, y, z, w) {(x) >> 24, ((x) >> 16) & 0xff, ((x) >> 8) & 0xff, (x) & 0xff, (y) … argument
68 #define PACKED_4x32(x, y, z, w) {(x) & 0xff, ((x) >> 8) & 0xff, ((x) >> 16) & 0xff, (x) >> 24, (y) … argument
/hardware/google/apf/v7/
Dapf_dns.h30 u8 w; in FUNC() local
49 u8 w = udp[(*ofs)++]; in FUNC() local
/hardware/google/apf/
Dapf_dns.h30 u8 w; in FUNC() local
49 u8 w = udp[(*ofs)++]; in FUNC() local
/hardware/libhardware/tests/hwc/
Dtest-arrows.c74 int prepare(int w, int h) { in prepare()
143 int w, h, count = 0; in main() local
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.hpp56 struct { T x, y, z, w;}; member
67 T x, y, z, w; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3VideoTest.cpp60 int testcase, int camid, int w, int h) in initTest()
86 int testcase, int camid, int w, int h) in snapshotCaptureRequest()
95 int camid, int w, int h) in configureVideoStream()
DQCameraHAL3PreviewTest.cpp59 int testcase, int camid, int w, int h) in initTest()
82 int testcase, int camid, int w, int h) in snapshotCaptureRequest()
90 int camid, int w, int h) in configurePreviewStream()
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuBlob.cpp74 int RutabagaVirtGpuResource::transferFromHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferFromHost()
92 int RutabagaVirtGpuResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost()
/hardware/google/gfxstream/guest/platform/linux/
DLinuxVirtGpuBlob.cpp112 int LinuxVirtGpuResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost()
132 int LinuxVirtGpuResource::transferFromHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferFromHost()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp150 int CameraDevice::sDequeueBuffer(struct preview_stream_ops* w, in sDequeueBuffer()
192 int CameraDevice::sEnqueueBuffer(struct preview_stream_ops* w, buffer_handle_t* buffer) { in sEnqueueBuffer()
202 int CameraDevice::sCancelBuffer(struct preview_stream_ops* w, buffer_handle_t* buffer) { in sCancelBuffer()
212 int CameraDevice::sSetBufferCount(struct preview_stream_ops* w, int count) { in sSetBufferCount()
223 int CameraDevice::sSetBuffersGeometry(struct preview_stream_ops* w, in sSetBuffersGeometry()
236 int CameraDevice::sSetCrop(struct preview_stream_ops *w, in sSetCrop()
247 int CameraDevice::sSetTimestamp(struct preview_stream_ops *w, int64_t timestamp) { in sSetTimestamp()
257 int CameraDevice::sSetUsage(struct preview_stream_ops* w, int usage) { in sSetUsage()
268 int CameraDevice::sSetSwapInterval(struct preview_stream_ops *w, int interval) { in sSetSwapInterval()
279 const struct preview_stream_ops *w, in sGetMinUndequeuedBufferCount()
/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp59 bool ColorBufferVk::readToBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, void* outBytes) { in readToBytes()
67 bool ColorBufferVk::updateFromBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in updateFromBytes()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c61 #define PRINT_3ELM_ARRAY_FLOAT(w, p, data) \ argument
68 #define PRINT_4ELM_ARRAY_FLOAT(w, p, data) \ argument
73 #define PRINT_3ELM_ARRAY_LONG(w, data) \ argument
80 #define PRINT_4ELM_ARRAY_LONG(w, data) \ argument
85 #define PRINT_3ELM_ARRAY_INT(w, data) \ argument
92 #define PRINT_4ELM_ARRAY_INT(w, data) \ argument
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec4.hpp30 T x, y, z, w; member
45 struct { T x, y, z, w;}; member
74 union { T w, a, q; }; member

123456789