| /third_party/mesa3d/src/util/indices/ |
| H A D | u_indices.c | 55 uint8_t *src = (uint8_t *)in + start; in translate_byte_to_ushort() local
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_sync.c | 175 vk_sync_move(struct vk_device *device, struct vk_sync *dst, struct vk_sync *src) vk_sync_move() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 62 analyse_src(struct analysis_context *ctx, struct lp_tgsi_channel_info *chan_info, const struct tgsi_src_register *src, unsigned chan) analyse_src() argument [all...] |
| H A D | lp_bld_quad.c | 171 lp_bld_quad_twiddle(struct gallivm_state *gallivm, struct lp_type lp_dst_type, const LLVMValueRef* src, unsigned src_count, LLVMValueRef* dst) lp_bld_quad_twiddle() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_dynamic_indexing.c | 286 struct tgsi_full_src_register *src; in dIndexing_inst() local [all...] |
| H A D | tgsi_util.c | 395 struct tgsi_src_register src = { 0 }; in tgsi_util_get_src_from_ind() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_box.h | 222 u_box_minify_2d(struct pipe_box *dst, const struct pipe_box *src, unsigned l) u_box_minify_2d() argument 232 u_box_minify_3d(struct pipe_box *dst, const struct pipe_box *src, unsigned l) u_box_minify_3d() argument [all...] |
| H A D | u_pack_color.h | 148 ubyte src[4]; in util_pack_color_ub() local 437 util_pack_color_union(enum pipe_format format, union util_color *dst, const union pipe_color_union *src) util_pack_color_union() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_blt.h | 72 struct blt_imginfo src; member
|
| H A D | etnaviv_compiler_nir_emit.c | 44 uint8_t src; /* SRC_ enum */ member 126 etna_emit_alu(struct etna_compile *c, nir_op op, struct etna_inst_dst dst, struct etna_inst_src src[3], bool saturate) etna_emit_alu() argument [all...] |
| H A D | etnaviv_compiler_nir_liveness.c | 71 set_src_live(nir_src *src, void *void_state) in set_src_live() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_fetch_shade_emit.c | 57 const ubyte *src[PIPE_MAX_ATTRIBS]; member 105 const struct pipe_vertex_element *src = &draw->pt.vertex_element[i]; in fse_prepare() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_surface.cpp | 327 struct pipe_resource *src in d3d12_surface_update_pre_draw() local [all...] |
| H A D | d3d12_tcs_variant.cpp | 62 copy_vars(nir_builder *b, nir_deref_instr *dst, nir_deref_instr *src) in copy_vars() argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_swtnl_state.c | 227 int src; in svga_swtnl_update_vdecl() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling_lt.c | 273 vc4_load_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_lt_image() argument 282 vc4_store_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_lt_image() argument
|
| H A D | vc4_simulator_validate.h | 70 copy_from_user(void *dst, void *src, size_t size) in copy_from_user() argument
|
| /third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
| H A D | pvr_srv_sync.c | 249 pvr_srv_sync_move(struct vk_device *device, struct vk_sync *dst, struct vk_sync *src) pvr_srv_sync_move() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog_emit.c | 91 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_source src) in use_source() argument 171 unsigned int src = use_source(code, inst->RGB.Src[j]); in emit_alu() local [all...] |
| H A D | r300_fragprog_swizzle.c | 208 unsigned int r300FPTranslateRGBSwizzle(unsigned int src, unsigned int swizzle) in r300FPTranslateRGBSwizzle() argument 229 unsigned int r300FPTranslateAlphaSwizzle(unsigned int src, unsigned int swizzle) in r300FPTranslateAlphaSwizzle() argument 150 r300_swizzle_split( struct rc_src_register src, unsigned int mask, struct rc_swizzle_split * split) r300_swizzle_split() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_hdr.c | 83 static int set1_general_name(GENERAL_NAME **tgt, const X509_NAME *src) in set1_general_name() argument
|
| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| H A D | dsa_pmeth.c | 56 static int pkey_dsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_dsa_copy() argument
|
| /third_party/node/deps/openssl/openssl/providers/common/ |
| H A D | provider_util.c | 35 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src) in ossl_prov_cipher_copy() argument 151 int ossl_prov_digest_copy(PROV_DIGEST *dst, const PROV_DIGEST *src) in ossl_prov_digest_copy() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
| H A D | gmac_prov.c | 77 struct gmac_data_st *src = vsrc; in gmac_dup() local
|
| H A D | blake2_mac_impl.c | 60 struct blake2_mac_data_st *src = vsrc; in blake2_mac_dup() local
|