Home
last modified time | relevance | path

Searched refs:ctx (Results 1001 - 1025 of 7228) sorted by relevance

1...<<41424344454647484950>>...290

/third_party/mesa3d/src/gallium/tests/graw/
H A Dtex-swizzle.c51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); in set_vertices()
52 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
58 vbuf.buffer.resource = pipe_buffer_create_with_data(info.ctx, in set_vertices()
64 info.ctx->set_vertex_buffers(info.ctx, 0, 1, 0, false, &vbuf); in set_vertices()
80 handle = graw_parse_vertex_shader(info.ctx, text); in set_vertex_shader()
81 info.ctx->bind_vs_state(info.ctx, handl in set_vertex_shader()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_local.h42 int ossl_x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int depth);
76 int (*new_item) (X509_LOOKUP *ctx);
77 void (*free) (X509_LOOKUP *ctx);
78 int (*init) (X509_LOOKUP *ctx);
79 int (*shutdown) (X509_LOOKUP *ctx);
80 int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
82 int (*get_by_subject) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
84 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
88 int (*get_by_fingerprint) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
91 int (*get_by_alias) (X509_LOOKUP *ctx, X509_LOOKUP_TYP
[all...]
H A Dx509_d2.c15 int X509_STORE_set_default_paths_ex(X509_STORE *ctx, OSSL_LIB_CTX *libctx, in X509_STORE_set_default_paths_ex() argument
20 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file()); in X509_STORE_set_default_paths_ex()
25 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir()); in X509_STORE_set_default_paths_ex()
30 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_store()); in X509_STORE_set_default_paths_ex()
40 int X509_STORE_set_default_paths(X509_STORE *ctx) in X509_STORE_set_default_paths() argument
42 return X509_STORE_set_default_paths_ex(ctx, NULL, NULL); in X509_STORE_set_default_paths()
45 int X509_STORE_load_file_ex(X509_STORE *ctx, const char *file, in X509_STORE_load_file_ex() argument
51 || (lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file())) == NULL in X509_STORE_load_file_ex()
59 int X509_STORE_load_file(X509_STORE *ctx, const char *file) in X509_STORE_load_file() argument
61 return X509_STORE_load_file_ex(ctx, fil in X509_STORE_load_file()
64 X509_STORE_load_path(X509_STORE *ctx, const char *path) X509_STORE_load_path() argument
76 X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) X509_STORE_load_store_ex() argument
89 X509_STORE_load_store(X509_STORE *ctx, const char *uri) X509_STORE_load_store() argument
94 X509_STORE_load_locations_ex(X509_STORE *ctx, const char *file, const char *path, OSSL_LIB_CTX *libctx, const char *propq) X509_STORE_load_locations_ex() argument
107 X509_STORE_load_locations(X509_STORE *ctx, const char *file, const char *path) X509_STORE_load_locations() argument
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dcmp.c31 static OSSL_CMP_MSG *transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) in transfer_cb() argument
36 OSSL_CMP_CTX_get_transfer_cb_arg(ctx)); in transfer_cb()
45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected() argument
51 static void cmp_client_process_response(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in cmp_client_process_response() argument
56 ctx->unprotectedSend = 1; /* satisfy ossl_cmp_msg_protect() */ in cmp_client_process_response()
57 ctx->disableConfirm = 1; /* check just one response message */ in cmp_client_process_response()
58 ctx->popoMethod = OSSL_CRMF_POPO_NONE; /* satisfy ossl_cmp_certReq_new() */ in cmp_client_process_response()
59 ctx->oldCert = X509_new(); /* satisfy crm_new() and ossl_cmp_rr_new() */ in cmp_client_process_response()
60 if (!OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)"", in cmp_client_process_response()
62 || ctx in cmp_client_process_response()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_md.c50 EVP_MD_CTX *ctx; in md_new() local
52 ctx = EVP_MD_CTX_new(); in md_new()
53 if (ctx == NULL) in md_new()
57 BIO_set_data(bi, ctx); in md_new()
76 EVP_MD_CTX *ctx; in md_read() local
82 ctx = BIO_get_data(b); in md_read()
85 if ((ctx == NULL) || (next == NULL)) in md_read()
91 if (EVP_DigestUpdate(ctx, (unsigned char *)out, in md_read()
104 EVP_MD_CTX *ctx; in md_write() local
110 ctx in md_write()
133 EVP_MD_CTX *ctx, *dctx, **pctx; md_ctrl() local
210 EVP_MD_CTX *ctx; md_gets() local
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs206 pub fn codegen_edges(ctx: &BindgenContext, edge: Edge) -> bool { in codegen_edges()
207 let cc = &ctx.options().codegen_config; in codegen_edges()
210 ctx.resolve_item(edge.to).is_enabled_for_codegen(ctx) in codegen_edges()
236 pub trait TraversalStorage<'ctx> {
238 fn new(ctx: &'ctx BindgenContext) -> Self; in new()
248 impl<'ctx> TraversalStorage<'ctx> for ItemSet {
249 fn new(_: &'ctx BindgenContex
[all...]
H A Dtemplate.rs110 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId>; in self_template_params()
114 fn num_self_template_params(&self, ctx: &BindgenContext) -> usize { in num_self_template_params()
115 self.self_template_params(ctx).len() in num_self_template_params()
132 fn all_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> in all_template_params()
136 let mut ancestors: Vec<_> = self.ancestors(ctx).collect(); in all_template_params()
140 .flat_map(|id| id.self_template_params(ctx).into_iter()) in all_template_params()
147 fn used_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> in used_template_params()
152 ctx.in_codegen_phase(), in used_template_params()
157 ctx.resolve_item(id) in used_template_params()
158 .all_template_params(ctx) in used_template_params()
[all...]
/third_party/openssl/crypto/evp/
H A Dbio_md.c50 EVP_MD_CTX *ctx; in md_new() local
52 ctx = EVP_MD_CTX_new(); in md_new()
53 if (ctx == NULL) in md_new()
57 BIO_set_data(bi, ctx); in md_new()
76 EVP_MD_CTX *ctx; in md_read() local
82 ctx = BIO_get_data(b); in md_read()
85 if ((ctx == NULL) || (next == NULL)) in md_read()
91 if (EVP_DigestUpdate(ctx, (unsigned char *)out, in md_read()
104 EVP_MD_CTX *ctx; in md_write() local
110 ctx in md_write()
133 EVP_MD_CTX *ctx, *dctx, **pctx; md_ctrl() local
210 EVP_MD_CTX *ctx; md_gets() local
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_local.h42 int ossl_x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int depth);
76 int (*new_item) (X509_LOOKUP *ctx);
77 void (*free) (X509_LOOKUP *ctx);
78 int (*init) (X509_LOOKUP *ctx);
79 int (*shutdown) (X509_LOOKUP *ctx);
80 int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
82 int (*get_by_subject) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
84 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
88 int (*get_by_fingerprint) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
91 int (*get_by_alias) (X509_LOOKUP *ctx, X509_LOOKUP_TYP
[all...]
H A Dx509_d2.c15 int X509_STORE_set_default_paths_ex(X509_STORE *ctx, OSSL_LIB_CTX *libctx, in X509_STORE_set_default_paths_ex() argument
20 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file()); in X509_STORE_set_default_paths_ex()
25 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir()); in X509_STORE_set_default_paths_ex()
30 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_store()); in X509_STORE_set_default_paths_ex()
40 int X509_STORE_set_default_paths(X509_STORE *ctx) in X509_STORE_set_default_paths() argument
42 return X509_STORE_set_default_paths_ex(ctx, NULL, NULL); in X509_STORE_set_default_paths()
45 int X509_STORE_load_file_ex(X509_STORE *ctx, const char *file, in X509_STORE_load_file_ex() argument
51 || (lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file())) == NULL in X509_STORE_load_file_ex()
59 int X509_STORE_load_file(X509_STORE *ctx, const char *file) in X509_STORE_load_file() argument
61 return X509_STORE_load_file_ex(ctx, fil in X509_STORE_load_file()
64 X509_STORE_load_path(X509_STORE *ctx, const char *path) X509_STORE_load_path() argument
76 X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) X509_STORE_load_store_ex() argument
89 X509_STORE_load_store(X509_STORE *ctx, const char *uri) X509_STORE_load_store() argument
94 X509_STORE_load_locations_ex(X509_STORE *ctx, const char *file, const char *path, OSSL_LIB_CTX *libctx, const char *propq) X509_STORE_load_locations_ex() argument
107 X509_STORE_load_locations(X509_STORE *ctx, const char *file, const char *path) X509_STORE_load_locations() argument
[all...]
/third_party/openssl/fuzz/
H A Dcmp.c31 static OSSL_CMP_MSG *transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) in transfer_cb() argument
36 OSSL_CMP_CTX_get_transfer_cb_arg(ctx)); in transfer_cb()
45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected() argument
51 static void cmp_client_process_response(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in cmp_client_process_response() argument
56 ctx->unprotectedSend = 1; /* satisfy ossl_cmp_msg_protect() */ in cmp_client_process_response()
57 ctx->disableConfirm = 1; /* check just one response message */ in cmp_client_process_response()
58 ctx->popoMethod = OSSL_CRMF_POPO_NONE; /* satisfy ossl_cmp_certReq_new() */ in cmp_client_process_response()
59 ctx->oldCert = X509_new(); /* satisfy crm_new() and ossl_cmp_rr_new() */ in cmp_client_process_response()
60 if (!OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)"", in cmp_client_process_response()
62 || ctx in cmp_client_process_response()
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dwrap_arrays_in_structs.cc41 void WrapArraysInStructs::Run(CloneContext& ctx, const DataMap&, DataMap&) { in Run() argument
42 auto& sem = ctx.src->Sem(); in Run()
46 return WrapArray(ctx, wrapped_arrays, array); in Run()
50 return info ? ctx.dst->create<ast::TypeName>(info.wrapper_name) : nullptr; in Run()
54 ctx.ReplaceAll([&](const ast::Type* ast_type) -> const ast::Type* { in Run()
55 auto* type = ctx.src->TypeOf(ast_type); in Run()
63 ctx.ReplaceAll([&](const ast::IndexAccessorExpression* accessor) in Run()
70 auto* arr = ctx.Clone(accessor->object); in Run()
71 auto* idx = ctx.Clone(accessor->index); in Run()
72 auto* unwrapped = ctx in Run()
106 WrapArray( CloneContext& ctx, std::unordered_map<const sem::Array*, WrappedArrayInfo>& wrapped_arrays, const sem::Array* array) const WrapArray() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dscd.c118 SCDDemuxContext *ctx = s->priv_data; in scd_read_offsets() local
124 ctx->hdr.table0.count = AV_RB16(buf + 0); in scd_read_offsets()
125 ctx->hdr.table1.count = AV_RB16(buf + 2); in scd_read_offsets()
126 ctx->hdr.table2.count = AV_RB16(buf + 4); in scd_read_offsets()
127 ctx->hdr.unk2 = AV_RB16(buf + 6); in scd_read_offsets()
128 ctx->hdr.table0.offset = AV_RB32(buf + 8); in scd_read_offsets()
129 ctx->hdr.table1.offset = AV_RB32(buf + 12); in scd_read_offsets()
130 ctx->hdr.table2.offset = AV_RB32(buf + 16); in scd_read_offsets()
131 ctx->hdr.unk3 = AV_RB32(buf + 20); in scd_read_offsets()
132 ctx in scd_read_offsets()
152 SCDDemuxContext *ctx = s->priv_data; scd_read_track() local
240 SCDDemuxContext *ctx = s->priv_data; scd_read_header() local
289 SCDDemuxContext *ctx = s->priv_data; scd_read_packet() local
346 SCDDemuxContext *ctx = s->priv_data; scd_seek() local
359 SCDDemuxContext *ctx = s->priv_data; scd_read_close() local
[all...]
/third_party/curl/lib/
H A Dsha256.c108 static CURLcode my_sha256_init(my_sha256_ctx *ctx) in my_sha256_init() argument
110 ctx->openssl_ctx = EVP_MD_CTX_create(); in my_sha256_init()
111 if(!ctx->openssl_ctx) in my_sha256_init()
114 if(!EVP_DigestInit_ex(ctx->openssl_ctx, EVP_sha256(), NULL)) { in my_sha256_init()
115 EVP_MD_CTX_destroy(ctx->openssl_ctx); in my_sha256_init()
121 static void my_sha256_update(my_sha256_ctx *ctx, in my_sha256_update() argument
125 EVP_DigestUpdate(ctx->openssl_ctx, data, length); in my_sha256_update()
128 static void my_sha256_final(unsigned char *digest, my_sha256_ctx *ctx) in my_sha256_final() argument
130 EVP_DigestFinal_ex(ctx->openssl_ctx, digest, NULL); in my_sha256_final()
131 EVP_MD_CTX_destroy(ctx in my_sha256_final()
138 my_sha256_init(my_sha256_ctx *ctx) my_sha256_init() argument
144 my_sha256_update(my_sha256_ctx *ctx, const unsigned char *data, unsigned int length) my_sha256_update() argument
151 my_sha256_final(unsigned char *digest, my_sha256_ctx *ctx) my_sha256_final() argument
160 my_sha256_init(my_sha256_ctx *ctx) my_sha256_init() argument
170 my_sha256_update(my_sha256_ctx *ctx, const unsigned char *data, unsigned int length) my_sha256_update() argument
181 my_sha256_final(unsigned char *digest, my_sha256_ctx *ctx) my_sha256_final() argument
193 my_sha256_init(my_sha256_ctx *ctx) my_sha256_init() argument
199 my_sha256_update(my_sha256_ctx *ctx, const unsigned char *data, unsigned int length) my_sha256_update() argument
206 my_sha256_final(unsigned char *digest, my_sha256_ctx *ctx) my_sha256_final() argument
223 my_sha256_init(my_sha256_ctx *ctx) my_sha256_init() argument
238 my_sha256_update(my_sha256_ctx *ctx, const unsigned char *data, unsigned int length) my_sha256_update() argument
245 my_sha256_final(unsigned char *digest, my_sha256_ctx *ctx) my_sha256_final() argument
516 my_sha256_ctx ctx; Curl_sha256it() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp196 d3d12_rtv_format(struct d3d12_context *ctx, unsigned index) in d3d12_rtv_format() argument
198 DXGI_FORMAT fmt = ctx->gfx_pipeline_state.rtv_formats[index]; in d3d12_rtv_format()
200 if (ctx->gfx_pipeline_state.blend->desc.RenderTarget[0].LogicOpEnable && in d3d12_rtv_format()
201 !ctx->gfx_pipeline_state.has_float_rtv) { in d3d12_rtv_format()
217 create_gfx_pipeline_state(struct d3d12_context *ctx) in create_gfx_pipeline_state() argument
219 struct d3d12_screen *screen = d3d12_screen(ctx->base.screen); in create_gfx_pipeline_state()
220 struct d3d12_gfx_pipeline_state *state = &ctx->gfx_pipeline_state; in create_gfx_pipeline_state()
302 pso_desc.RTVFormats[i] = d3d12_rtv_format(ctx, i); in create_gfx_pipeline_state()
350 d3d12_get_gfx_pipeline_state(struct d3d12_context *ctx) in d3d12_get_gfx_pipeline_state() argument
352 uint32_t hash = hash_gfx_pipeline_state(&ctx in d3d12_get_gfx_pipeline_state()
375 d3d12_gfx_pipeline_state_cache_init(struct d3d12_context *ctx) d3d12_gfx_pipeline_state_cache_init() argument
389 remove_gfx_entry(struct d3d12_context *ctx, struct hash_entry *entry) remove_gfx_entry() argument
400 d3d12_gfx_pipeline_state_cache_destroy(struct d3d12_context *ctx) d3d12_gfx_pipeline_state_cache_destroy() argument
406 d3d12_gfx_pipeline_state_cache_invalidate(struct d3d12_context *ctx, const void *state) d3d12_gfx_pipeline_state_cache_invalidate() argument
416 d3d12_gfx_pipeline_state_cache_invalidate_shader(struct d3d12_context *ctx, enum pipe_shader_type stage, struct d3d12_shader_selector *selector) d3d12_gfx_pipeline_state_cache_invalidate_shader() argument
433 create_compute_pipeline_state(struct d3d12_context *ctx) create_compute_pipeline_state() argument
477 d3d12_get_compute_pipeline_state(struct d3d12_context *ctx) d3d12_get_compute_pipeline_state() argument
502 d3d12_compute_pipeline_state_cache_init(struct d3d12_context *ctx) d3d12_compute_pipeline_state_cache_init() argument
516 remove_compute_entry(struct d3d12_context *ctx, struct hash_entry *entry) remove_compute_entry() argument
527 d3d12_compute_pipeline_state_cache_destroy(struct d3d12_context *ctx) d3d12_compute_pipeline_state_cache_destroy() argument
533 d3d12_compute_pipeline_state_cache_invalidate_shader(struct d3d12_context *ctx, struct d3d12_shader_selector *selector) d3d12_compute_pipeline_state_cache_invalidate_shader() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305.c88 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit);
133 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() argument
135 poly1305_internal *st = (poly1305_internal *) ctx; in poly1305_init()
148 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() argument
150 poly1305_internal *st = (poly1305_internal *)ctx; in poly1305_blocks()
213 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() argument
216 poly1305_internal *st = (poly1305_internal *) ctx; in poly1305_emit()
271 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() argument
273 poly1305_internal *st = (poly1305_internal *) ctx; in poly1305_init()
290 poly1305_blocks(void *ctx, cons argument
379 poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) poly1305_emit() argument
433 Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]) Poly1305_Init() argument
468 Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) Poly1305_Update() argument
510 Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) Poly1305_Final() argument
[all...]
/third_party/openssl/crypto/poly1305/
H A Dpoly1305.c88 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit);
133 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() argument
135 poly1305_internal *st = (poly1305_internal *) ctx; in poly1305_init()
148 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() argument
150 poly1305_internal *st = (poly1305_internal *)ctx; in poly1305_blocks()
213 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() argument
216 poly1305_internal *st = (poly1305_internal *) ctx; in poly1305_emit()
271 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() argument
273 poly1305_internal *st = (poly1305_internal *) ctx; in poly1305_init()
290 poly1305_blocks(void *ctx, cons argument
379 poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) poly1305_emit() argument
433 Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]) Poly1305_Init() argument
468 Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) Poly1305_Update() argument
510 Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) Poly1305_Final() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dblit.c176 is_valid_blit_filter(const struct gl_context *ctx, GLenum filter) in is_valid_blit_filter() argument
184 return ctx->Extensions.EXT_framebuffer_multisample_blit_scaled; in is_valid_blit_filter()
192 validate_color_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, in validate_color_buffer() argument
215 if (_mesa_is_gles3(ctx) && (colorDrawRb == colorReadRb)) { in validate_color_buffer()
216 _mesa_error(ctx, GL_INVALID_OPERATION, in validate_color_buffer()
224 _mesa_error(ctx, GL_INVALID_OPERATION, in validate_color_buffer()
240 if (_mesa_is_gles(ctx) && in validate_color_buffer()
242 _mesa_error(ctx, GL_INVALID_OPERATION, in validate_color_buffer()
257 _mesa_error(ctx, GL_INVALID_OPERATION, in validate_color_buffer()
267 validate_stencil_buffer(struct gl_context *ctx, struc argument
313 validate_depth_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, const char *func) validate_depth_buffer() argument
355 do_blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFB, struct gl_framebuffer *drawFB, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) do_blit_framebuffer() argument
629 blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, bool no_error, const char *func) blit_framebuffer() argument
868 blit_framebuffer_err(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, const char *func) blit_framebuffer_err() argument
927 blit_named_framebuffer(struct gl_context *ctx, GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, bool no_error) blit_named_framebuffer() argument
[all...]
H A Ddrawtex.c33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, in draw_texture() argument
36 if (!ctx->Extensions.OES_draw_texture) { in draw_texture()
37 _mesa_error(ctx, GL_INVALID_OPERATION, in draw_texture()
42 _mesa_error(ctx, GL_INVALID_VALUE, "glDrawTex(width or height <= 0)"); in draw_texture()
46 _mesa_set_vp_override(ctx, GL_TRUE); in draw_texture()
48 if (ctx->NewState) in draw_texture()
49 _mesa_update_state(ctx); in draw_texture()
51 st_DrawTex(ctx, x, y, z, width, height); in draw_texture()
53 _mesa_set_vp_override(ctx, GL_FALSE); in draw_texture()
60 GET_CURRENT_CONTEXT(ctx); in _mesa_DrawTexfOES()
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c53 struct etna_context *ctx = etna_context(pctx); in etna_set_stencil_ref() local
54 struct compiled_stencil_ref *cs = &ctx->stencil_ref; in etna_set_stencil_ref()
56 ctx->stencil_ref_s = sr; in etna_set_stencil_ref()
64 ctx->dirty |= ETNA_DIRTY_STENCIL_REF; in etna_set_stencil_ref()
76 struct etna_context *ctx = etna_context(pctx); in etna_set_sample_mask() local
78 ctx->sample_mask = sample_mask; in etna_set_sample_mask()
79 ctx->dirty |= ETNA_DIRTY_SAMPLE_MASK; in etna_set_sample_mask()
87 struct etna_context *ctx = etna_context(pctx); in etna_set_constant_buffer() local
88 struct etna_constbuf_state *so = &ctx->constant_buffer[shader]; in etna_set_constant_buffer()
109 ctx in etna_set_constant_buffer()
133 struct etna_context *ctx = etna_context(pctx); etna_set_framebuffer_state() local
396 struct etna_context *ctx = etna_context(pctx); etna_set_scissor_states() local
408 struct etna_context *ctx = etna_context(pctx); etna_set_viewport_states() local
450 struct etna_context *ctx = etna_context(pctx); etna_set_vertex_buffers() local
483 struct etna_context *ctx = etna_context(pctx); etna_blend_state_bind() local
498 struct etna_context *ctx = etna_context(pctx); etna_rasterizer_state_bind() local
513 struct etna_context *ctx = etna_context(pctx); etna_zsa_state_bind() local
532 struct etna_context *ctx = etna_context(pctx); etna_vertex_elements_state_create() local
629 struct etna_context *ctx = etna_context(pctx); etna_vertex_elements_state_bind() local
644 etna_update_ts_config(struct etna_context *ctx) etna_update_ts_config() argument
680 etna_update_clipping(struct etna_context *ctx) etna_update_clipping() argument
710 etna_update_zsa(struct etna_context *ctx) etna_update_zsa() argument
789 etna_record_flush_resources(struct etna_context *ctx) etna_record_flush_resources() argument
844 etna_state_update(struct etna_context *ctx) etna_state_update() argument
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dkdf.h34 void EVP_KDF_CTX_free(EVP_KDF_CTX *ctx);
40 const EVP_KDF *EVP_KDF_CTX_kdf(EVP_KDF_CTX *ctx);
42 void EVP_KDF_CTX_reset(EVP_KDF_CTX *ctx);
43 size_t EVP_KDF_CTX_get_kdf_size(EVP_KDF_CTX *ctx);
44 int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen,
47 int EVP_KDF_CTX_get_params(EVP_KDF_CTX *ctx, OSSL_PARAM params[]);
48 int EVP_KDF_CTX_set_params(EVP_KDF_CTX *ctx, const OSSL_PARAM params[]);
52 const OSSL_PARAM *EVP_KDF_CTX_gettable_params(EVP_KDF_CTX *ctx);
53 const OSSL_PARAM *EVP_KDF_CTX_settable_params(EVP_KDF_CTX *ctx);
97 int EVP_PKEY_CTX_set_tls1_prf_md(EVP_PKEY_CTX *ctx, cons
[all...]
H A Ddecoder.h51 int OSSL_DECODER_CTX_set_params(OSSL_DECODER_CTX *ctx,
53 void OSSL_DECODER_CTX_free(OSSL_DECODER_CTX *ctx);
56 int OSSL_DECODER_CTX_set_passphrase(OSSL_DECODER_CTX *ctx,
58 int OSSL_DECODER_CTX_set_pem_password_cb(OSSL_DECODER_CTX *ctx,
60 int OSSL_DECODER_CTX_set_passphrase_cb(OSSL_DECODER_CTX *ctx,
63 int OSSL_DECODER_CTX_set_passphrase_ui(OSSL_DECODER_CTX *ctx,
72 int OSSL_DECODER_CTX_set_selection(OSSL_DECODER_CTX *ctx, int selection);
73 int OSSL_DECODER_CTX_set_input_type(OSSL_DECODER_CTX *ctx,
75 int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx,
77 int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODE
[all...]
/third_party/openssl/include/openssl/
H A Ddecoder.h51 int OSSL_DECODER_CTX_set_params(OSSL_DECODER_CTX *ctx,
53 void OSSL_DECODER_CTX_free(OSSL_DECODER_CTX *ctx);
56 int OSSL_DECODER_CTX_set_passphrase(OSSL_DECODER_CTX *ctx,
58 int OSSL_DECODER_CTX_set_pem_password_cb(OSSL_DECODER_CTX *ctx,
60 int OSSL_DECODER_CTX_set_passphrase_cb(OSSL_DECODER_CTX *ctx,
63 int OSSL_DECODER_CTX_set_passphrase_ui(OSSL_DECODER_CTX *ctx,
72 int OSSL_DECODER_CTX_set_selection(OSSL_DECODER_CTX *ctx, int selection);
73 int OSSL_DECODER_CTX_set_input_type(OSSL_DECODER_CTX *ctx,
75 int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx,
77 int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODE
[all...]
H A Dkdf.h34 void EVP_KDF_CTX_free(EVP_KDF_CTX *ctx);
40 const EVP_KDF *EVP_KDF_CTX_kdf(EVP_KDF_CTX *ctx);
42 void EVP_KDF_CTX_reset(EVP_KDF_CTX *ctx);
43 size_t EVP_KDF_CTX_get_kdf_size(EVP_KDF_CTX *ctx);
44 int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen,
47 int EVP_KDF_CTX_get_params(EVP_KDF_CTX *ctx, OSSL_PARAM params[]);
48 int EVP_KDF_CTX_set_params(EVP_KDF_CTX *ctx, const OSSL_PARAM params[]);
52 const OSSL_PARAM *EVP_KDF_CTX_gettable_params(EVP_KDF_CTX *ctx);
53 const OSSL_PARAM *EVP_KDF_CTX_settable_params(EVP_KDF_CTX *ctx);
97 int EVP_PKEY_CTX_set_tls1_prf_md(EVP_PKEY_CTX *ctx, cons
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp76 emit_instruction(asm_context& ctx, std::vector<uint32_t>& out, Instruction* instr) in emit_instruction() argument
80 ctx.constaddrs[instr->operands[0].constantValue()].getpc_end = out.size() + 1; in emit_instruction()
85 ctx.constaddrs[instr->operands[2].constantValue()].add_literal = out.size() + 1; in emit_instruction()
94 uint32_t opcode = ctx.opcode[(int)instr->opcode]; in emit_instruction()
106 aco_err(ctx.program, outmem); in emit_instruction()
126 assert(ctx.gfx_level >= GFX10); in emit_instruction()
127 assert(ctx.subvector_begin_pos == -1); in emit_instruction()
128 ctx.subvector_begin_pos = out.size(); in emit_instruction()
130 assert(ctx.gfx_level >= GFX10); in emit_instruction()
131 assert(ctx in emit_instruction()
771 emit_block(asm_context& ctx, std::vector<uint32_t>& out, Block& block) emit_block() argument
789 fix_exports(asm_context& ctx, std::vector<uint32_t>& out, Program* program) fix_exports() argument
837 insert_code(asm_context& ctx, std::vector<uint32_t>& out, unsigned insert_before, unsigned insert_count, const uint32_t* insert_data) insert_code() argument
868 fix_branches_gfx10(asm_context& ctx, std::vector<uint32_t>& out) fix_branches_gfx10() argument
894 emit_long_jump(asm_context& ctx, SOPP_instruction* branch, bool backwards, std::vector<uint32_t>& out) emit_long_jump() argument
946 fix_branches(asm_context& ctx, std::vector<uint32_t>& out) fix_branches() argument
983 fix_constaddrs(asm_context& ctx, std::vector<uint32_t>& out) fix_constaddrs() argument
[all...]

Completed in 13 milliseconds

1...<<41424344454647484950>>...290