| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_draw.c | 46 retry_draw_range_elements(struct svga_context *svga, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, unsigned count) retry_draw_range_elements() argument 61 retry_draw_arrays( struct svga_context *svga, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) retry_draw_arrays() argument 236 unsigned count = draws[0].count; svga_draw_vbo() local [all...] |
| H A D | svga_state_tss.c | 147 unsigned count = MAX2(svga->curr.num_sampler_views[shader], in update_tss_binding() local
|
| H A D | svga_state.c | 390 unsigned count = 0; in svga_emit_initial_state() local
|
| H A D | svga_image_view.c | 266 svga_validate_image_view_resources(struct svga_context *svga, unsigned count, struct svga_image_view *images, bool rebind) svga_validate_image_view_resources() argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/nir/ |
| H A D | invocation.cpp | 175 unsigned count = 0; in clover_nir_lower_images() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_ext_pixelformat.c | 54 uint count; in stw_query_attrib() local 396 uint count; in wglChoosePixelFormatARB() local 334 score_pixelformats(HDC hdc, struct stw_pixelformat_score *scores, uint count, int attribute, int expected_value) score_pixelformats() argument [all...] |
| /third_party/mesa3d/src/glx/apple/ |
| H A D | glx_empty.c | 38 glXGetVideoSyncSGI(unsigned int *count) in glXGetVideoSyncSGI() argument 45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 116 EGLint count; in create_gl_core_context() local
|
| /third_party/mesa3d/src/gallium/tests/unit/ |
| H A D | translate_test.c | 64 unsigned count = 4; in main() local [all...] |
| /third_party/node/src/ |
| H A D | aliased_buffer-inl.h | 14 AliasedBufferBase( v8::Isolate* isolate, const size_t count, const AliasedBufferIndex* index) AliasedBufferBase() argument 36 AliasedBufferBase( v8::Isolate* isolate, const size_t byte_offset, const size_t count, const AliasedBufferBase<uint8_t, v8::Uint8Array>& backing_buffer, const AliasedBufferIndex* index) AliasedBufferBase() argument
|
| H A D | blob_serializer_deserializer-inl.h | 110 size_t count = static_cast<size_t>(ReadArithmetic<size_t>()); in ReadVector() local 155 void BlobDeserializer<Impl>::ReadArithmetic(T* out, size_t count) { in ReadArithmetic() argument 177 ReadArithmeticVector(size_t count) ReadArithmeticVector() argument 188 ReadNonArithmeticVector(size_t count) ReadNonArithmeticVector() argument 288 WriteArithmetic(const T* data, size_t count) WriteArithmetic() argument [all...] |
| H A D | js_stream.cc | 110 DoWrite(WriteWrap* w, uv_buf_t* bufs, size_t count, uv_stream_t* send_handle) DoWrite() argument
|
| /third_party/node/deps/zlib/ |
| H A D | inftrees.c | 53 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in inflate_table() local [all...] |
| /third_party/node/test/js-native-api/test_finalizer/ |
| H A D | test_finalizer.c | 18 int32_t count = ++data->finalize_count; in finalizerOnlyCallback() local
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-list-inl.h | 83 base::Vector<T> ZoneList<T>::AddBlock(T value, int count, Zone* zone) { in AddBlock() argument
|
| /third_party/node/src/quic/ |
| H A D | logstream.cc | 119 DoWrite(WriteWrap* w, uv_buf_t* bufs, size_t count, uv_stream_t* send_handle) DoWrite() argument
|
| /third_party/node/tools/icu/ |
| H A D | iculslocs.cc | 275 int32_t count = ures_getSize(installedLocales.getAlias()); in list() local
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse_session.c | 182 int fuse_chan_send(struct fuse_chan *ch, const struct iovec iov[], size_t count) in fuse_chan_send() argument
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | cache.c | 381 int count; in ntfs_invalidate_cache() local 435 int count; in ntfs_remove_cache() local
|
| H A D | unix_io.c | 260 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, s64 count) ntfs_device_unix_io_read() argument 276 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, s64 count) ntfs_device_unix_io_write() argument 298 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, s64 count, s64 offset) ntfs_device_unix_io_pread() argument 315 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, s64 count, s64 offset) ntfs_device_unix_io_pwrite() argument [all...] |
| /third_party/musl/src/stdio/ |
| H A D | vfscanf.c | 317 int count = parsefloat(f, buf, buf + width); in vfscanf() local
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | vfscanf.c | 317 int count = parsefloat(f, buf, buf + width); in vfscanf() local
|
| /third_party/node/deps/brotli/c/dec/ |
| H A D | huffman.c | 92 static BROTLI_INLINE int NextTableBitSize(const uint16_t* const count, in NextTableBitSize() argument 104 BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* table, const uint8_t* const code_lengths, uint16_t* count) BrotliBuildCodeLengthsHuffmanTable() argument 169 BrotliBuildHuffmanTable(HuffmanCode* root_table, int root_bits, const uint16_t* const symbol_lists, uint16_t* count) BrotliBuildHuffmanTable() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | hash.h | 200 inline int32_t Hashtable::count() const { in count() function in Hashtable
|
| H A D | uhash.h | 165 int32_t count; /* The number of key-value pairs in this table. member
|