/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_gen_mipmap.c | 49 st_generate_mipmap(struct gl_context *ctx, GLenum target, in st_generate_mipmap() argument
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_context.c | 56 init_array(struct gl_context *ctx, struct gl_array_attributes *attrib, in init_array() argument 72 init_legacy_currval(struct gl_context *ctx) in init_legacy_currval() argument 92 init_generic_currval(struct gl_context *ctx) in init_generic_currval() argument 107 init_mat_currval(struct gl_context *ctx) init_mat_currval() argument 143 vbo_exec_update_eval_maps(struct gl_context *ctx) vbo_exec_update_eval_maps() argument 152 _vbo_CreateContext(struct gl_context *ctx) _vbo_CreateContext() argument 185 _vbo_DestroyContext(struct gl_context *ctx) _vbo_DestroyContext() argument 199 _vbo_current_attrib(const struct gl_context *ctx, gl_vert_attrib attr) _vbo_current_attrib() argument [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack_huffman.c | 86 nghttp3_qpack_huffman_decode(nghttp3_qpack_huffman_decode_context *ctx, in nghttp3_qpack_huffman_decode() argument 80 nghttp3_qpack_huffman_decode_context_init( nghttp3_qpack_huffman_decode_context *ctx) nghttp3_qpack_huffman_decode_context_init() argument 119 nghttp3_qpack_huffman_decode_failure_state( nghttp3_qpack_huffman_decode_context *ctx) nghttp3_qpack_huffman_decode_failure_state() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | draw_validate.c | 51 _mesa_update_valid_to_render_state(struct gl_context *ctx) in _mesa_update_valid_to_render_state() argument [all...] |
H A D | drawtex.c | 33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, in draw_texture() argument [all...] |
H A D | glthread_list.c | 30 _mesa_unmarshal_CallList(struct gl_context *ctx, const struct marshal_cmd_CallList *cmd, const uint64_t *last) in _mesa_unmarshal_CallList() argument
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra_pipeline.c | 128 mir_create_pipeline_registers(compiler_context *ctx) in mir_create_pipeline_registers() argument 42 mir_pipeline_ins( compiler_context *ctx, midgard_block *block, midgard_bundle *bundle, unsigned i, unsigned pipeline_count) mir_pipeline_ins() argument
|
H A D | midgard_liveness.c | 49 mir_compute_liveness(compiler_context *ctx) in mir_compute_liveness() argument 65 mir_invalidate_liveness(compiler_context *ctx) in mir_invalidate_liveness() argument 78 mir_is_live_after(compiler_context *ctx, midgard_block *block, midgard_instruction *start, int src) mir_is_live_after() argument [all...] |
H A D | midgard_opt_copy_prop.c | 29 midgard_opt_copy_prop(compiler_context *ctx, midgard_block *block) in midgard_opt_copy_prop() argument
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_lower_swizzle.c | 34 bi_lower_swizzle_16(bi_context *ctx, bi_instr *ins, unsigned src) in bi_lower_swizzle_16() argument 241 bi_lower_swizzle(bi_context *ctx) in bi_lower_swizzle() argument
|
H A D | bi_layout.c | 91 bi_block_offset(bi_context *ctx, bi_clause *start, bi_block *target) in bi_block_offset() argument
|
H A D | bi_opt_message_preload.c | 90 bi_opt_message_preload(bi_context *ctx) in bi_opt_message_preload() argument
|
H A D | bi_opt_copy_prop.c | 50 bi_opt_copy_prop(bi_context *ctx) in bi_opt_copy_prop() argument
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-optimizer.cpp | 31 bi_optimizer(bi_context *ctx) in bi_optimizer() argument
|
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/ |
H A D | io_pgetevents01.c | 36 io_context_t ctx = 0; in run() local
|
/third_party/libwebsockets/lib/system/metrics/ |
H A D | private-lib-system-metrics.h | 74 struct lws_context *ctx; member
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genhash.c | 36 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type) in lws_genhash_init() argument 73 lws_genhash_update(struct lws_genhash_ctx *ctx, const void *in, size_t len) lws_genhash_update() argument 82 lws_genhash_destroy(struct lws_genhash_ctx *ctx, void *result) lws_genhash_destroy() argument 104 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, const uint8_t *key, size_t key_len) lws_genhmac_init() argument 147 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len) lws_genhmac_update() argument 157 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) lws_genhmac_destroy() argument 175 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, const uint8_t *key, size_t key_len) lws_genhmac_init() argument 222 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len) lws_genhmac_update() argument 239 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) lws_genhmac_destroy() argument [all...] |
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/ |
H A D | main.c | 138 test_cb(struct lejp_ctx *ctx, char reason) in test_cb() argument 150 struct lejp_ctx ctx; in main() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_compute.c | 194 struct fd_context *ctx = fd_context(pctx); global() variable [all...] |
H A D | fd5_context.h | 65 fd5_context(struct fd_context *ctx) in fd5_context() argument 75 fd5_emit_flush(struct fd_context *ctx, struct fd_ringbuffer *ring) in fd5_emit_flush() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_compute.c | 207 struct fd_context *ctx = fd_context(pctx); global() variable [all...] |
H A D | fd6_blend.h | 52 struct fd_context *ctx; member
|
H A D | fd6_rasterizer.c | 37 __fd6_setup_rasterizer_stateobj(struct fd_context *ctx, in __fd6_setup_rasterizer_stateobj() argument
|
H A D | fd6_zsa.c | 94 struct fd_context *ctx = fd_context(pctx); in fd6_zsa_state_create() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_fence.h | 73 struct fd_context *ctx; member
|