Home
last modified time | relevance | path

Searched defs:dst (Results 6476 - 6500 of 6764) sorted by relevance

1...<<251252253254255256257258259260>>...271

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp3716 void generateSources (glu::ShaderType shaderType, const ShaderSpec& shaderSpec, vk::SourceCollections& dst) in generateSources() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp368 bool Utils::areFormatsCompatible(glw::GLenum src, glw::GLenum dst) in areFormatsCompatible() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1511 convertIndexBuffer(ContextVk *contextVk, vk::BufferHelper *dst, vk::BufferHelper *src, const ConvertIndexParameters &params) convertIndexBuffer() argument
1766 convertVertexBuffer(ContextVk *contextVk, vk::BufferHelper *dst, vk::BufferHelper *src, const ConvertVertexParameters &params) convertVertexBuffer() argument
1876 convertVertexBufferImpl(ContextVk *contextVk, vk::BufferHelper *dst, vk::BufferHelper *src, uint32_t flags, vk::CommandBuffer *commandBuffer, const ConvertVertexShaderParams &shaderParams) convertVertexBufferImpl() argument
2117 clearImage(ContextVk *contextVk, vk::ImageHelper *dst, const ClearImageParameters &params) clearImage() argument
2712 copyImage(ContextVk *contextVk, vk::ImageHelper *dst, const vk::ImageView *destView, vk::ImageHelper *src, const vk::ImageView *srcView, const CopyImageParameters &params) copyImage() argument
2898 copyImageBits(ContextVk *contextVk, vk::ImageHelper *dst, vk::ImageHelper *src, const CopyImageBitsParameters &params) copyImageBits() argument
3125 generateMipmap(ContextVk *contextVk, vk::ImageHelper *src, const vk::ImageView *srcLevelZeroView, vk::ImageHelper *dst, const GenerateMipmapDestLevelViews &destLevelViews, const vk::Sampler &sampler, const GenerateMipmapParameters &params) generateMipmap() argument
3376 cullOverlayWidgets(ContextVk *contextVk, vk::BufferHelper *enabledWidgetsBuffer, vk::ImageHelper *dst, const vk::ImageView *destView, const OverlayCullParameters &params) cullOverlayWidgets() argument
3455 drawOverlay(ContextVk *contextVk, vk::BufferHelper *textWidgetsBuffer, vk::BufferHelper *graphWidgetsBuffer, vk::ImageHelper *font, const vk::ImageView *fontView, vk::ImageHelper *culledWidgets, const vk::ImageView *culledWidgetsView, vk::ImageHelper *dst, const vk::ImageView *destView, const OverlayDrawParameters &params) drawOverlay() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2868 static inline bool can_blit_framebuffer_for_copy_surface(const GrSurface* dst, in can_blit_framebuffer_for_copy_surface() argument
2916 static inline bool can_copy_texsubimage(const GrSurface* dst, const GrSurface* src, in can_copy_texsubimage() argument
3033 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
3334 copySurfaceAsDraw(GrSurface* dst, bool drawToMultisampleFBO, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsDraw() argument
3413 copySurfaceAsCopyTexSubImage(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyTexSubImage() argument
3434 copySurfaceAsBlitFramebuffer(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsBlitFramebuffer() argument
[all...]
/third_party/skia/src/core/
H A DSkVM.h176 vcmpeqps(Ymm dst, Ymm x, Operand y) vcmpeqps() argument
177 vcmpltps(Ymm dst, Ymm x, Operand y) vcmpltps() argument
178 vcmpleps(Ymm dst, Ymm x, Operand y) vcmpleps() argument
179 vcmpneqps(Ymm dst, Ymm x, Operand y) vcmpneqps() argument
268 add(GP64 dst, GP64 x) add() argument
269 sub(GP64 dst, GP64 x) sub() argument
270 cmp(GP64 dst, GP64 x) cmp() argument
271 mov(GP64 dst, GP64 x) mov() argument
272 movb(GP64 dst, GP64 x) movb() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp703 void GrVkGpu::resolveImage(GrSurface* dst, GrVkRenderTarget* src, const SkIRect& srcRect, in resolveImage() argument
993 char* dst = buffer + individualMipOffsets[currentMipLevel]; in uploadTexDataOptimal() local
1534 loadMSAAFromResolve(GrVkCommandBuffer* commandBuffer, const GrVkRenderPass& renderPass, GrAttachment* dst, GrVkImage* src, const SkIRect& srcRect) loadMSAAFromResolve() argument
2286 copySurfaceAsCopyImage(GrSurface* dst, GrSurface* src, GrVkImage* dstImage, GrVkImage* srcImage, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyImage() argument
2350 copySurfaceAsBlit(GrSurface* dst, GrSurface* src, GrVkImage* dstImage, GrVkImage* srcImage, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsBlit() argument
2421 copySurfaceAsResolve(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsResolve() argument
2435 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp540 DestinationParameter dst; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2220 void Compiler::inherit_expression_dependencies(uint32_t dst, uint32_t source_expression) in inherit_expression_dependencies() argument
4313 void Compiler::CombinedImageSamplerUsageHandler::add_dependency(uint32_t dst, uint32_t src) in add_dependency() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp3696 ImWchar* dst = obj->TextW.Data + pos; in STB_TEXTEDIT_DELETECHARS() local
3801 char* dst = Buf + pos; in DeleteChars() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_sse2.c29 static void ITransform_SSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, in ITransform_SSE2() argument
482 static WEBP_INLINE void Put8x8uv_SSE2(uint8_t v, uint8_t* dst) { in Put8x8uv_SSE2() argument
490 Put16_SSE2(uint8_t v, uint8_t* dst) Put16_SSE2() argument
498 Fill_SSE2(uint8_t* dst, int value, int size) Fill_SSE2() argument
511 VE8uv_SSE2(uint8_t* dst, const uint8_t* top) VE8uv_SSE2() argument
519 VE16_SSE2(uint8_t* dst, const uint8_t* top) VE16_SSE2() argument
527 VerticalPred_SSE2(uint8_t* dst, const uint8_t* top, int size) VerticalPred_SSE2() argument
540 HE8uv_SSE2(uint8_t* dst, const uint8_t* left) HE8uv_SSE2() argument
549 HE16_SSE2(uint8_t* dst, const uint8_t* left) HE16_SSE2() argument
558 HorizontalPred_SSE2(uint8_t* dst, const uint8_t* left, int size) HorizontalPred_SSE2() argument
571 TM_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) TM_SSE2() argument
599 TrueMotion_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) TrueMotion_SSE2() argument
620 DC8uv_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC8uv_SSE2() argument
629 DC8uvNoLeft_SSE2(uint8_t* dst, const uint8_t* top) DC8uvNoLeft_SSE2() argument
637 DC8uvNoTop_SSE2(uint8_t* dst, const uint8_t* left) DC8uvNoTop_SSE2() argument
642 DC8uvNoTopLeft_SSE2(uint8_t* dst) DC8uvNoTopLeft_SSE2() argument
646 DC8uvMode_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC8uvMode_SSE2() argument
661 DC16_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC16_SSE2() argument
670 DC16NoLeft_SSE2(uint8_t* dst, const uint8_t* top) DC16NoLeft_SSE2() argument
676 DC16NoTop_SSE2(uint8_t* dst, const uint8_t* left) DC16NoTop_SSE2() argument
681 DC16NoTopLeft_SSE2(uint8_t* dst) DC16NoTopLeft_SSE2() argument
685 DC16Mode_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC16Mode_SSE2() argument
715 VE4_SSE2(uint8_t* dst, const uint8_t* top) VE4_SSE2() argument
732 HE4_SSE2(uint8_t* dst, const uint8_t* top) HE4_SSE2() argument
745 DC4_SSE2(uint8_t* dst, const uint8_t* top) DC4_SSE2() argument
752 LD4_SSE2(uint8_t* dst, const uint8_t* top) LD4_SSE2() argument
769 VR4_SSE2(uint8_t* dst, const uint8_t* top) VR4_SSE2() argument
795 VL4_SSE2(uint8_t* dst, const uint8_t* top) VL4_SSE2() argument
821 RD4_SSE2(uint8_t* dst, const uint8_t* top) RD4_SSE2() argument
838 HU4_SSE2(uint8_t* dst, const uint8_t* top) HU4_SSE2() argument
853 HD4_SSE2(uint8_t* dst, const uint8_t* top) HD4_SSE2() argument
876 TM4_SSE2(uint8_t* dst, const uint8_t* top) TM4_SSE2() argument
898 Intra4Preds_SSE2(uint8_t* dst, const uint8_t* top) Intra4Preds_SSE2() argument
914 IntraChromaPreds_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) IntraChromaPreds_SSE2() argument
934 Intra16Preds_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) Intra16Preds_SSE2() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c1489 uint32_t* dst = enc->argb_; in MakeInputImageCopy() local
1562 ApplyPalette(const uint32_t* src, uint32_t src_stride, uint32_t* dst, uint32_t dst_stride, const uint32_t* palette, int palette_size, int width, int height, int xbits) ApplyPalette() argument
/third_party/openssl/test/
H A Devp_extra_test.c4108 static int custom_pmeth_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in custom_pmeth_copy() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3643 unsigned dst = fieldFromInstruction(Insn, 8, 3); in DecodeThumbAddSpecialReg() local
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc1104 stp(const CPURegister& rt, const CPURegister& rt2, const MemOperand& dst) stp() argument
1162 stnp(const CPURegister& rt, const CPURegister& rt2, const MemOperand& dst) stnp() argument
1198 strb(const Register& rt, const MemOperand& dst, LoadStoreScalingOption option) strb() argument
1225 strh(const Register& rt, const MemOperand& dst, LoadStoreScalingOption option) strh() argument
1252 str(const CPURegister& rt, const MemOperand& dst, LoadStoreScalingOption option) str() argument
1280 sturb(const Register& rt, const MemOperand& dst, LoadStoreScalingOption option) sturb() argument
1307 sturh(const Register& rt, const MemOperand& dst, LoadStoreScalingOption option) sturh() argument
1334 stur(const CPURegister& rt, const MemOperand& dst, LoadStoreScalingOption option) stur() argument
1403 stxrb(const Register& rs, const Register& rt, const MemOperand& dst) stxrb() argument
1411 stxrh(const Register& rs, const Register& rt, const MemOperand& dst) stxrh() argument
1419 stxr(const Register& rs, const Register& rt, const MemOperand& dst) stxr() argument
1447 stxp(const Register& rs, const Register& rt, const Register& rt2, const MemOperand& dst) stxp() argument
1468 stlxrb(const Register& rs, const Register& rt, const MemOperand& dst) stlxrb() argument
1476 stlxrh(const Register& rs, const Register& rt, const MemOperand& dst) stlxrh() argument
1484 stlxr(const Register& rs, const Register& rt, const MemOperand& dst) stlxr() argument
1512 stlxp(const Register& rs, const Register& rt, const Register& rt2, const MemOperand& dst) stlxp() argument
1533 stlrb(const Register& rt, const MemOperand& dst) stlrb() argument
1538 stlurb(const Register& rt, const MemOperand& dst) stlurb() argument
1548 stlrh(const Register& rt, const MemOperand& dst) stlrh() argument
1553 stlurh(const Register& rt, const MemOperand& dst) stlurh() argument
1563 stlr(const Register& rt, const MemOperand& dst) stlr() argument
1569 stlur(const Register& rt, const MemOperand& dst) stlur() argument
1599 stllrb(const Register& rt, const MemOperand& dst) stllrb() argument
1606 stllrh(const Register& rt, const MemOperand& dst) stllrh() argument
1613 stllr(const Register& rt, const MemOperand& dst) stllr() argument
2783 st2(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) st2() argument
2794 st2(const VRegister& vt, const VRegister& vt2, int lane, const MemOperand& dst) st2() argument
2806 st3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& dst) st3() argument
2818 st3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, int lane, const MemOperand& dst) st3() argument
2831 st4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& dst) st4() argument
2844 st4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, int lane, const MemOperand& dst) st4() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_logging.py3866 dst = utcoffset variable in UTC
/third_party/python/Modules/_ctypes/
H A D_ctypes.c3084 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in _PyCData_set() argument
3192 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in PyCData_set() argument
5179 CDataObject *dst; in Pointer_set_contents() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp231 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) in getDistinctSamplerTypes() argument
1308 writeUniformCompareExpr(std::ostringstream& dst, const BasicUniform& uniform) const writeUniformCompareExpr() argument
1318 writeUniformComparisons(std::ostringstream& dst, const vector<BasicUniform>& basicUniforms, const char* const variableName) const writeUniformComparisons() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp809 static void readPixelsRGBAInteger32 (const PixelBufferAccess& dst, int originX, int originY, glu::CallLogWrapper& glLog) in readPixelsRGBAInteger32() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp288 inline static void alignmentSafeAssignment (char* dst, T val) in alignmentSafeAssignment() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1227 void MultiViewRenderTestInstance::readImage (VkImage image, const tcu::PixelBufferAccess& dst) in readImage() argument
3560 readImage(VkImage image, const tcu::PixelBufferAccess& dst) readImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp123 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp3716 void generateSources (glu::ShaderType shaderType, const ShaderSpec& shaderSpec, vk::SourceCollections& dst) in generateSources() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c2319 p2p_reply_probe(struct p2p_data *p2p, const u8 *addr, const u8 *dst, in p2p_reply_probe() argument
2487 p2p_probe_req_rx(struct p2p_data *p2p, const u8 *addr, const u8 *dst, in p2p_probe_req_rx() argument
3738 void p2p_send_action_cb(struct p2p_data *p2p, unsigned int freq, const u8 *dst, in p2p_send_action_cb() argument
4915 p2p_send_action(struct p2p_data *p2p, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) p2p_send_action() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c5614 wpas_gas_server_tx_status(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) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c444 static void handle_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, in handle_auth_ft_finish() argument
6816 void hostapd_eapol_tx_status(struct hostapd_data *hapd, const u8 *dst, in hostapd_eapol_tx_status() argument
368 send_auth_reply(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *bssid, u16 auth_alg, u16 auth_transaction, u16 resp, const u8 *ies, size_t ies_len, const char *dbg) send_auth_reply() argument
[all...]

Completed in 135 milliseconds

1...<<251252253254255256257258259260>>...271