/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 1452 my ($dst,$src)=@_; 1456 $rex|=0x01 if($src>=8);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 115 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 D | vktRenderPassMultisampleTests.cpp | 1540 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 D | capture_gles_3_2_autogen.cpp | 79 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 D | gl4cShaderImageSizeTests.cpp | 1180 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 D | validate_memory.cpp | 255 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 D | entry_points_gl_4_autogen.h | 28 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 D | entry_points_gles_ext_autogen.h | 789 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 D | SpirvShader.hpp | 793 void Apply(Decorations const &src); 807 void Apply(DescriptorDecorations const &src);
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-mb-x86_64.pl | 1593 my ($dst,$src)=@_; 1597 $rex|=0x01 if ($src>=8);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 1610 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 D | validate_memory.cpp | 255 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 D | ImageTest.cpp | 25 #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 D | minidom.py | 255 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 D | InlineFunction.cpp | 152 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 D | fileutils.c | 130 _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.c | 1544 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 D | GeneratedMessageLite.java | 422 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 D | validate_memory.cpp | 256 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 D | vktRenderPassMultisampleTests.cpp | 1533 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 D | eapol_supp_sm.c | 1265 * @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 D | tcuTexture.hpp | 511 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 D | eapol_supp_sm.c | 1290 * @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 D | intel_pm.c | 3170 (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 D | intel_display.c | 563 * 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()
|