Home
last modified time | relevance | path

Searched defs:count (Results 4251 - 4275 of 6508) sorted by relevance

1...<<171172173174175176177178179180>>...261

/third_party/mesa3d/src/util/
H A Dralloc.c213 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() argument
222 rzalloc_array_size(const void *ctx, size_t size, unsigned count) in rzalloc_array_size() argument
231 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) in reralloc_array_size() argument
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c655 generic_run_elts(struct translate *translate, const unsigned *elts, unsigned count, unsigned start_instance, unsigned instance_id, void *output_buffer) generic_run_elts() argument
673 generic_run_elts16(struct translate *translate, const uint16_t *elts, unsigned count, unsigned start_instance, unsigned instance_id, void *output_buffer) generic_run_elts16() argument
691 generic_run_elts8(struct translate *translate, const uint8_t *elts, unsigned count, unsigned start_instance, unsigned instance_id, void *output_buffer) generic_run_elts8() argument
709 generic_run(struct translate *translate, unsigned start, unsigned count, unsigned start_instance, unsigned instance_id, void *output_buffer) generic_run() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c278 uint32_t count = q->type == PIPE_QUERY_SO_OVERFLOW_PREDICATE ? 1 : 4; in write_overflow_values() local
H A Dcrocus_batch.c178 init_reloc_list(struct crocus_reloc_list *rlist, int count) in init_reloc_list() argument
294 ensure_exec_obj_space(struct crocus_batch *batch, uint32_t count) in ensure_exec_obj_space() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c625 int count = 0; in fd3_emit_state() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h57 pipe_reference_init(struct pipe_reference *dst, unsigned count) in pipe_reference_init() argument
82 ASSERTED int count = p_atomic_inc_return(&src->count); in pipe_reference_described() local
88 int count = p_atomic_dec_return(&dst->count); in pipe_reference_described() local
173 int count = p_atomic_add_return(&dst->reference.count, -num_refs); pipe_drop_resource_references() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h84 unsigned count; member
106 uint32_t count; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c477 unsigned count = util_last_bit(so->enabled_mask); in emit_ssbos() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c369 unsigned count = svga->curr.num_sampler_views[shader]; in svga_validate_sampler_resources() local
116 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl, unsigned count, const SVGA3dVertexDecl * decls, const unsigned *buffer_indexes, SVGA3dElementLayoutId layout_id) svga_hwtnl_vertex_decls() argument
135 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl, unsigned count, struct pipe_vertex_buffer *buffers) svga_hwtnl_vertex_buffers() argument
650 vertex_buffers_equal(unsigned count, SVGA3dVertexBuffer_v2 *pVBufAttr1, struct pipe_resource **pVBuf1, SVGA3dVertexBuffer_v2 *pVBufAttr2, struct pipe_resource **pVBuf2) vertex_buffers_equal() argument
1311 ASSERTED unsigned count; check_draw_params() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c314 vc4_set_vertex_buffers(struct pipe_context *pctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *vb) vc4_set_vertex_buffers() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c240 nop_glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params) in nop_glNamedProgramLocalParameters4fvEXT() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c570 nvc0_draw_arrays(struct nvc0_context *nvc0, unsigned mode, unsigned start, unsigned count, unsigned instance_count) nvc0_draw_arrays() argument
603 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, unsigned start, unsigned count) nvc0_draw_elements_inline_u08() argument
631 nvc0_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, unsigned start, unsigned count) nvc0_draw_elements_inline_u16() argument
656 nvc0_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) nvc0_draw_elements_inline_u32() argument
674 nvc0_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) nvc0_draw_elements_inline_u32_short() argument
700 nvc0_draw_elements(struct nvc0_context *nvc0, bool shorten, const struct pipe_draw_info *info, unsigned mode, unsigned start, unsigned count, unsigned instance_count, int32_t index_bias, unsigned index_size) nvc0_draw_elements() argument
814 unsigned size, macro, count = indirect->draw_count, drawid = drawid_offset; nvc0_draw_indirect() local
[all...]
H A Dnvc0_vbo_translate.c220 nvc0_push_setup_vertex_array(struct nvc0_context *nvc0, const unsigned count) in nvc0_push_setup_vertex_array() argument
248 disp_vertices_i08(struct push_context *ctx, unsigned start, unsigned count) in disp_vertices_i08() argument
305 disp_vertices_i16(struct push_context *ctx, unsigned start, unsigned count) in disp_vertices_i16() argument
362 disp_vertices_i32(struct push_context *ctx, unsigned start, unsigned count) disp_vertices_i32() argument
419 disp_vertices_seq(struct push_context *ctx, unsigned start, unsigned count) disp_vertices_seq() argument
479 uint32_t count; global() member
486 uint32_t count; global() member
511 uint32_t *count = nouveau_resource_map_offset( nvc0_push_vbo_indirect() local
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_ossltest.c574 digest_md5_update(EVP_MD_CTX *ctx, const void *data, size_t count) digest_md5_update() argument
598 digest_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) digest_sha1_update() argument
622 digest_sha256_update(EVP_MD_CTX *ctx, const void *data, size_t count) digest_sha256_update() argument
646 digest_sha384_update(EVP_MD_CTX *ctx, const void *data, size_t count) digest_sha384_update() argument
670 digest_sha512_update(EVP_MD_CTX *ctx, const void *data, size_t count) digest_sha512_update() argument
[all...]
H A De_padlock.c695 static int padlock_rand_bytes(unsigned char *output, int count) in padlock_rand_bytes() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c425 int i, count; in alg_cleanup_by_provider() local
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c481 size_t count; /* Calculates how many were added in each iteration */ in OSSL_DECODER_CTX_add_extra() local
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c334 static int test_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) in test_sha1_update() argument
523 static int ossl_int_update(EVP_MD_CTX *ctx, const void *data, size_t count) in ossl_int_update() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Ddigest.c375 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) in EVP_DigestUpdate() argument
646 int EVP_Digest(const void *data, size_t count, in EVP_Digest() argument
/third_party/node/deps/uv/src/unix/
H A Dibmi.c282 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
389 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) { in uv_interface_addresses() argument
495 void uv_free_interface_addresses(uv_interface_address_t* addresses, int count) { in uv_free_interface_addresses() argument
[all...]
H A Dudp.c252 int count; in uv__udp_recvmsg() local
H A Dthread.c55 int uv_barrier_init(uv_barrier_t* barrier, unsigned int count) { in uv_barrier_init() argument
140 int uv_barrier_init(uv_barrier_t* barrier, unsigned int count) { in uv_barrier_init() argument
H A Dsunos.c162 int count; in uv__io_poll() local
662 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
753 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) { in uv_interface_addresses() argument
818 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) { in uv_interface_addresses() argument
880 uv_free_interface_addresses(uv_interface_address_t* addresses, int count) uv_free_interface_addresses() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dtcp.c1004 int count; in uv__process_tcp_read_req() local
/third_party/rust/crates/log/src/kv/
H A Dsource.rs57 fn count(&self) -> usize { in visit() functions
62 fn count(&self) -> usize; in count() functions
100 let mut count = Count(0); variables
117 fn count(&self) -> usize { in visit() functions
139 fn count(&self) -> usize { in count() functions
166 fn count( functions
187 fn count(&self) -> usize { get() functions
255 fn count(&self) -> usize { visit() functions
272 fn count(&self) -> usize { visit() functions
303 fn count(&self) -> usize { get() functions
324 fn count(&self) -> usize { get() functions
336 fn count() { count() functions
404 fn count(&self) -> usize { visit() functions
443 fn count(&self) -> usize { visit() functions
700 fn count() { count() functions
715 fn count(&self) -> usize { count() functions
[all...]

Completed in 30 milliseconds

1...<<171172173174175176177178179180>>...261