Home
last modified time | relevance | path

Searched defs:ctx (Results 451 - 475 of 5139) sorted by relevance

1...<<11121314151617181920>>...206

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c49 st_generate_mipmap(struct gl_context *ctx, GLenum target, in st_generate_mipmap() argument
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_context.c56 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 Dnghttp3_qpack_huffman.c86 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 Ddraw_validate.c51 _mesa_update_valid_to_render_state(struct gl_context *ctx) in _mesa_update_valid_to_render_state() argument
[all...]
H A Ddrawtex.c33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, in draw_texture() argument
[all...]
H A Dglthread_list.c30 _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 Dmidgard_ra_pipeline.c128 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 Dmidgard_liveness.c49 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 Dmidgard_opt_copy_prop.c29 midgard_opt_copy_prop(compiler_context *ctx, midgard_block *block) in midgard_opt_copy_prop() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_lower_swizzle.c34 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 Dbi_layout.c91 bi_block_offset(bi_context *ctx, bi_clause *start, bi_block *target) in bi_block_offset() argument
H A Dbi_opt_message_preload.c90 bi_opt_message_preload(bi_context *ctx) in bi_opt_message_preload() argument
H A Dbi_opt_copy_prop.c50 bi_opt_copy_prop(bi_context *ctx) in bi_opt_copy_prop() argument
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-optimizer.cpp31 bi_optimizer(bi_context *ctx) in bi_optimizer() argument
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/
H A Dio_pgetevents01.c36 io_context_t ctx = 0; in run() local
/third_party/libwebsockets/lib/system/metrics/
H A Dprivate-lib-system-metrics.h74 struct lws_context *ctx; member
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genhash.c36 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 Dmain.c138 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 Dfd5_compute.c194 struct fd_context *ctx = fd_context(pctx); global() variable
[all...]
H A Dfd5_context.h65 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 Dfd6_compute.c207 struct fd_context *ctx = fd_context(pctx); global() variable
[all...]
H A Dfd6_blend.h52 struct fd_context *ctx; member
H A Dfd6_rasterizer.c37 __fd6_setup_rasterizer_stateobj(struct fd_context *ctx, in __fd6_setup_rasterizer_stateobj() argument
H A Dfd6_zsa.c94 struct fd_context *ctx = fd_context(pctx); in fd6_zsa_state_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.h73 struct fd_context *ctx; member

Completed in 12 milliseconds

1...<<11121314151617181920>>...206