Home
last modified time | relevance | path

Searched refs:src (Results 13601 - 13625 of 14322) sorted by relevance

1...<<541542543544545546547548549550>>...573

/third_party/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl1452 my ($dst,$src)=@_;
1456 $rex|=0x01 if($src>=8);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp115 void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, size_t offset, const void* src, size_t size) in copyAndFlush() argument
120 deMemcpy(dst + offset, src, size); in copyAndFlush()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp1540 const Vec4 src (reference.getAccess().getPixel(x, y)); in iterateInternal()
1542 reference.getAccess().setPixel(Vec4(src.x(), (float)stencil, 0.0f, 0.0f), x, y); in iterateInternal()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_autogen.cpp79 GLenum src, in CaptureBlendFunci()
85 paramBuffer.addEnumParam("src", GLenumGroup::BlendingFactor, ParamType::TGLenum, src); in CaptureBlendFunci()
76 CaptureBlendFunci(const State &glState, bool isCallValid, GLuint buf, GLenum src, GLenum dst) CaptureBlendFunci() argument
/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_pm.c3170 (drm_rect_width(&sprstate->uapi.dst) != drm_rect_width(&sprstate->uapi.src) >> 16 || in ilk_compute_pipe_wm()
3171 drm_rect_height(&sprstate->uapi.dst) != drm_rect_height(&sprstate->uapi.src) >> 16); in ilk_compute_pipe_wm()
4397 * n.b., src is 16.16 fixed point, dst is whole integer. in skl_plane_downscale_amount()
4399 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; in skl_plane_downscale_amount()
4400 src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in skl_plane_downscale_amount()
4687 width = drm_rect_width(&plane_state->uapi.src) >> 16; in skl_plane_relative_data_rate()
4688 height = drm_rect_height(&plane_state->uapi.src) >> 16; in skl_plane_relative_data_rate()
5237 width = drm_rect_width(&plane_state->uapi.src) >> 16; in skl_compute_plane_wm_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display.c563 * specified plane src x/y offsets. The resulting x/y offsets
2098 struct drm_rect src; in ilk_pipe_pixel_rate() local
2108 drm_rect_init(&src, 0, 0, in ilk_pipe_pixel_rate()
2112 return intel_adjusted_rate(&src, &crtc_state->pch_pfit.dst, in ilk_pipe_pixel_rate()
4150 linked_state->uapi.src = plane_state->uapi.src; in icl_check_nv12_planes()
6090 if (!drm_rect_equals(&old_plane_state->uapi.src, &new_plane_state->uapi.src) || in intel_async_flip_check_hw()

Completed in 94 milliseconds

1...<<541542543544545546547548549550>>...573