Home
last modified time | relevance | path

Searched refs:src (Results 7226 - 7250 of 7657) sorted by relevance

1...<<281282283284285286287288289290>>...307

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp1180 const char* const src = source.c_str(); in Compile() local
1181 glShaderSource(sh, 1, &src, NULL); in Compile()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp255 auto src = _.FindDef(inst->GetOperandAs<uint32_t>(1)); in GetStorageClass() local
256 auto src_type = _.FindDef(src->type_id()); in GetStorageClass()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.h28 ANGLE_EXPORT void GL_APIENTRY GL_BlendFunci(GLuint buf, GLenum src, GLenum dst);
992 ANGLE_EXPORT void GL_APIENTRY GL_NamedFramebufferReadBuffer(GLuint framebuffer, GLenum src);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.h789 ANGLE_EXPORT void GL_APIENTRY GL_BlendFunciEXT(GLuint buf, GLenum src, GLenum dst);
1395 ANGLE_EXPORT void GL_APIENTRY GL_BlendFunciOES(GLuint buf, GLenum src, GLenum dst);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.hpp793 void Apply(Decorations const &src);
807 void Apply(DescriptorDecorations const &src);
/third_party/openssl/crypto/sha/asm/
H A Dsha1-mb-x86_64.pl1593 my ($dst,$src)=@_;
1597 $rex|=0x01 if ($src>=8);
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp1610 string src = parser.next_string(); in main_inner()
1613 args.remaps.push_back({ move(src), move(dst), components }); in main_inner()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp255 auto src = _.FindDef(inst->GetOperandAs<uint32_t>(1)); in GetStorageClass() local
256 auto src_type = _.FindDef(src->type_id()); in GetStorageClass()
/third_party/skia/tests/
H A DImageTest.cpp25 #include "src/core/SkAutoPixmapStorage.h"
26 #include "src/core/SkColorSpacePriv.h"
27 #include "src/core/SkImagePriv.h"
28 #include "src/core/SkOpts.h"
29 #include "src/gpu/GrDirectContextPriv.h"
30 #include "src/gpu/GrGpu.h"
31 #include "src/gpu/GrImageContextPriv.h"
32 #include "src/gpu/GrRecordingContextPriv.h"
33 #include "src/gpu/GrResourceCache.h"
34 #include "src/gp
150 auto src = SkEncodeBitmap(bitmap, SkEncodedImageFormat::kPNG, 100); create_codec_image() local
[all...]
/third_party/python/Lib/xml/dom/
H A Dminidom.py255 def _call_user_data_handler(self, operation, src, dst):
259 handler.handle(operation, key, data, src, dst)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp152 void addIncomingPHIValuesForInto(BasicBlock *src, BasicBlock *dest) const { in addIncomingPHIValuesForInto() argument
156 phi->addIncoming(UnwindDestPHIValues[i], src); in addIncomingPHIValuesForInto()
1255 // the alignment of the src pointer. Other optimizations can infer in HandleByValArgumentInit()
1700 // Keep a list of pair (dst, src) to emit byval initializations. in InlineFunction()
/third_party/python/Python/
H A Dfileutils.c130 _Py_mbstowcs(wchar_t *dest, const char *src, size_t n) in _Py_mbstowcs() argument
132 size_t count = mbstowcs(dest, src, n); in _Py_mbstowcs()
/third_party/python/Modules/
H A D_winapi.c1544 src: unicode
1550 PyObject *src) in _winapi_LCMapStringEx_impl()
1564 wchar_t *src_ = PyUnicode_AsWideCharString(src, &srcLenAsSsize); in _winapi_LCMapStringEx_impl()
1549 _winapi_LCMapStringEx_impl(PyObject *module, PyObject *locale, DWORD flags, PyObject *src) _winapi_LCMapStringEx_impl() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java422 private void mergeFromInstance(MessageType dest, MessageType src) { in mergeFromInstance() argument
423 Protobuf.getInstance().schemaFor(dest).mergeFrom(dest, src); in mergeFromInstance()
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp256 auto src = _.FindDef(inst->GetOperandAs<uint32_t>(1)); in GetStorageClass() local
257 auto src_type = _.FindDef(src->type_id()); in GetStorageClass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp1533 const Vec4 src (reference.getAccess().getPixel(x, y)); in iterateInternal()
1535 reference.getAccess().setPixel(Vec4(src.x(), (float)stencil, 0.0f, 0.0f), x, y); in iterateInternal()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c1265 * @src: Source MAC address of the EAPOL packet
1271 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, in eapol_sm_rx_eapol() argument
1289 os_memcpy(sm->dot1xSuppLastEapolFrameSource, src, ETH_ALEN); in eapol_sm_rx_eapol()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.hpp511 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
512 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c1290 * @src: Source MAC address of the EAPOL packet
1296 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, in eapol_sm_rx_eapol() argument
1314 os_memcpy(sm->dot1xSuppLastEapolFrameSource, src, ETH_ALEN); in eapol_sm_rx_eapol()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h17 #include "src/base/platform/elapsed-timer.h"
18 #include "src/base/platform/wrappers.h"
19 #include "src/base/small-vector.h"
20 #include "src/base/strings.h"
21 #include "src/utils/bit-vector.h"
22 #include "src/wasm/decoder.h"
23 #include "src/wasm/function-body-decoder.h"
24 #include "src/wasm/value-type.h"
25 #include "src/wasm/wasm-features.h"
26 #include "src/was
4366 Value src = Peek(2, 2, ValueType::Ref(src_imm.index, kNullable)); DecodeGCOpcode() local
5030 Value src = Peek(1, 1, mem_type); DecodeNumericOpcode() local
[all...]
/third_party/python/Lib/test/
H A Dtest_os.py315 symlink(src='target', dst=os_helper.TESTFN,
2807 # overflow with absolute src
2809 # overflow dest with relative src
2811 # overflow when joining src
2814 for src, dest in test_cases:
2816 os.symlink(src, dest)
2826 os.symlink(os.fsencode(src), os.fsencode(dest))
3010 src = os.path.join('base', 'some_link')
3011 os.symlink('some_dir', src)
3012 assert os.path.isdir(src)
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc5 #include "src/compiler/wasm-compiler.h"
9 #include "src/api/api-inl.h"
10 #include "src/base/optional.h"
11 #include "src/base/platform/elapsed-timer.h"
12 #include "src/base/platform/platform.h"
13 #include "src/base/platform/wrappers.h"
14 #include "src/base/small-vector.h"
15 #include "src/base/v8-fallthrough.h"
16 #include "src/base/vector.h"
17 #include "src/codege
5413 MemoryInit(uint32_t data_segment_index, Node* dst, Node* src, Node* size, wasm::WasmCodePosition position) MemoryInit() argument
5493 MemoryCopy(Node* dst, Node* src, Node* size, wasm::WasmCodePosition position) MemoryCopy() argument
5531 TableInit(uint32_t table_index, uint32_t elem_segment_index, Node* dst, Node* src, Node* size, wasm::WasmCodePosition position) TableInit() argument
5554 TableCopy(uint32_t table_dst_index, uint32_t table_src_index, Node* dst, Node* src, Node* size, wasm::WasmCodePosition position) TableCopy() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp255 void fillWithPattern(void* ptr_, size_t offset, size_t count, const void* src, size_t srcSize) in fillWithPattern() argument
264 deMemcpy(ptr + offset + done, src, stepSize); in fillWithPattern()
2930 void copy(vk::VkStencilOpState& dst, const StencilOpParams& src) in copy() argument
2932 dst.failOp = src.failOp; in copy()
2933 dst.passOp = src.passOp; in copy()
2934 dst.depthFailOp = src.depthFailOp; in copy()
2935 dst.compareOp = src.compareOp; in copy()
3877 void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, size_t offset, const void* src, size_t size) in copyAndFlush() argument
3882 deMemcpy(dst + offset, src, size); in copyAndFlush()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c3577 /* cmd: "<src network id> <dst network id> <variable name>" */ in wpa_supplicant_ctrl_iface_dup_network()
8586 const u8 *src, const u8 *bssid, in wpas_ctrl_iface_mgmt_tx_cb()
8592 " src=" MACSTR " bssid=" MACSTR " result=%s", in wpas_ctrl_iface_mgmt_tx_cb()
8593 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid), in wpas_ctrl_iface_mgmt_tx_cb()
8912 u8 src[ETH_ALEN], *buf; in wpas_ctrl_iface_eapol_rx() local
8919 used = hwaddr_aton2(pos, src); in wpas_ctrl_iface_eapol_rx()
8940 wpa_supplicant_rx_eapol(wpa_s, src, buf, len); in wpas_ctrl_iface_eapol_rx()
9049 u8 dst[ETH_ALEN], src[ETH_ALEN]; in wpas_ctrl_iface_data_test_tx() local
9064 /* format: <dst> <src> <tos> [len=<length>] */ in wpas_ctrl_iface_data_test_tx()
9073 used = hwaddr_aton2(pos, src); in wpas_ctrl_iface_data_test_tx()
8584 wpas_ctrl_iface_mgmt_tx_cb(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) wpas_ctrl_iface_mgmt_tx_cb() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/
H A Dtde_hal_k.c1727 hi_void tde_hal_node_set_exp_alpha(tde_hw_node *hw_node, tde_src_mode src, hi_u8 alpha0, hi_u8 alpha1) in tde_hal_node_set_exp_alpha() argument
1735 if ((hi_u32)src & TDE_DRV_SRC_S1) { in tde_hal_node_set_exp_alpha()
1741 if ((hi_u32)src & TDE_DRV_SRC_S2) { in tde_hal_node_set_exp_alpha()

Completed in 88 milliseconds

1...<<281282283284285286287288289290>>...307