Home
last modified time | relevance | path

Searched defs:dest (Results 1226 - 1250 of 1433) sorted by relevance

1...<<41424344454647484950>>...58

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp43 AluInstr::AluInstr(EAluOp opcode, PRegister dest, in AluInstr() argument
81 AluInstr::AluInstr(EAluOp opcode, PRegister dest, PVirtualValue src0, in AluInstr() argument
88 AluInstr::AluInstr(EAluOp opcode, PRegister dest, in AluInstr() argument
96 AluInstr::AluInstr(EAluOp opcode, PRegister dest, PVirtualValue src0, PVirtualValue src1, in AluInstr() argument
997 PRegister dest = nullptr; from_string() local
1155 check_64_bit_op_dest(nir_dest *dest, void *state) check_64_bit_op_dest() argument
1539 auto dest = i < 2 ? value_factory.dest(alu.dest, i, pin_chan) : emit_alu_op2_64bit() local
1559 auto dest = i == 1 ? value_factory.dest(alu.dest, i, pin_chan) : emit_alu_op2_64bit() local
1590 auto dest = value_factory.dest(alu.dest, 2 * k, pin_chan); emit_alu_op2_64bit_one_dst() local
2047 auto dest = value_factory.dest(alu.dest.dest, 0, pin_free); emit_any_all_icomp() local
2095 auto dest = value_factory.dest(alu.dest.dest, 0, pin_free); emit_dot() local
2130 auto dest = value_factory.dest(alu.dest.dest, 0, pin_free); emit_fdph() local
2404 PRegister dest = value_factory.dest(alu.dest.dest, j, pin); emit_alu_trans_op1_cayman() local
2463 PRegister dest = value_factory.dest(alu.dest.dest, k, pin_free); emit_alu_trans_op2_cayman() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c2002 int evp_pkey_copy_downgraded(EVP_PKEY **dest, const EVP_PKEY *src) in evp_pkey_copy_downgraded() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c258 INFOPAIR *dest = OPENSSL_zalloc(sizeof(*dest)); in infopair_copy() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.c150 static int check_passthrough_connection(bool passthrough, pa_sink *dest) { in check_passthrough_connection() argument
1820 bool pa_sink_input_may_move_to(pa_sink_input *i, pa_sink *dest) { in pa_sink_input_may_move_to() argument
1932 update_volume_due_to_moving(pa_sink_input *i, pa_sink *dest) update_volume_due_to_moving() argument
2155 pa_sink_input_finish_move(pa_sink_input *i, pa_sink *dest, bool save) pa_sink_input_finish_move() argument
2262 pa_sink_input_move_to(pa_sink_input *i, pa_sink *dest, bool save) pa_sink_input_move_to() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-loopback.c885 static bool source_output_may_move_to_cb(pa_source_output *o, pa_source *dest) { in source_output_may_move_to_cb() argument
899 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument
1321 sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) sink_input_moving_cb() argument
1380 sink_input_may_move_to_cb(pa_sink_input *i, pa_sink *dest) sink_input_may_move_to_cb() argument
[all...]
/third_party/openssl/crypto/
H A Dprovider_core.c258 INFOPAIR *dest = OPENSSL_zalloc(sizeof(*dest)); in infopair_copy() local
[all...]
/third_party/openssl/crypto/evp/
H A Dp_lib.c1999 int evp_pkey_copy_downgraded(EVP_PKEY **dest, const EVP_PKEY *src) in evp_pkey_copy_downgraded() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp661 RenderTargetD3D *dest = nullptr; in generateMipmap() local
[all...]
H A DBlit11.cpp171 void LoadDepth16(const float *source, uint8_t *dest) in LoadDepth16() argument
177 void LoadDepth24(const float *source, uint8_t *dest) in LoadDepth24() argument
183 void LoadStencilHelper(const float *source, uint8_t *dest) in LoadStencilHelper() argument
189 void LoadStencil8(const float *source, uint8_t *dest) in LoadStencil8() argument
197 void LoadDepth24Stencil8(const float *source, uint8_t *dest) in LoadDepth24Stencil8() argument
203 LoadDepth32F(const float *source, uint8_t *dest) LoadDepth32F() argument
208 LoadDepth32FStencil8(const float *source, uint8_t *dest) LoadDepth32FStencil8() argument
252 Depth32FStencil8ToDepth32F(const float *source, float *dest) Depth32FStencil8ToDepth32F() argument
257 Depth24Stencil8ToDepth32F(const uint32_t *source, float *dest) Depth24Stencil8ToDepth32F() argument
794 swizzleTexture(const gl::Context *context, const d3d11::SharedSRV &source, const d3d11::RenderTargetView &dest, const gl::Extents &size, const gl::SwizzleState &swizzleTarget) swizzleTexture() argument
912 copyTexture(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, GLenum sourceFormat, const d3d11::RenderTargetView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, GLenum destFormat, GLenum destTypeForDownsampling, GLenum filter, bool maskOffAlpha, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyTexture() argument
1053 copyStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyStencil() argument
1068 copyDepth(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, const d3d11::DepthStencilView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepth() argument
1141 copyDepthStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepthStencil() argument
1156 copyDepthStencilImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, bool stencilOnly) copyDepthStencilImpl() argument
1281 copyAndConvert(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvert() argument
[all...]
H A DBuffer11.cpp1081 void Buffer11::onCopyStorage(BufferStorage *dest, BufferStorage *source) in onCopyStorage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp394 uint8_t *dest = in PackPixels() local
421 uint8_t *dest = PackPixels() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp58 void Blitter::clear(const void *pixel, vk::Format format, vk::Image *dest, const vk::Format &viewFormat, const VkImageSubresourceRange &subresourceRange, const VkRect2D *renderArea) in clear() argument
161 fastClear(const void *clearValue, vk::Format clearFormat, vk::Image *dest, const vk::Format &viewFormat, const VkImageSubresourceRange &subresourceRange, const VkRect2D *renderArea) fastClear() argument
1681 Pointer<Byte> dest = *Pointer<Pointer<Byte>>(blit + OFFSET(BlitData, dest)); generate() local
1984 uint8_t *dest = (uint8_t *)dst->getOffsetPointer({ 0, 0, 0 }, VK_IMAGE_ASPECT_DEPTH_BIT, 0, 0); resolveDepth() local
2015 uint8_t *dest = reinterpret_cast<uint8_t *>(dst->getOffsetPointer({ 0, 0, 0 }, VK_IMAGE_ASPECT_STENCIL_BIT, 0, 0)); resolveStencil() local
2139 uint8_t *dest = reinterpret_cast<uint8_t *>(dst->getTexelPointer({ 0, 0, 0 }, dstSubresource)); fastResolve() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp2499 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp1340 uint8_t *dest = static_cast<uint8_t *>(decompressedImage->getTexelPointer({ 0, 0, depth }, subresource)); in decodeETC2() local
1369 uint8_t *dest = static_cast<uint8_t *>(decompressedImage->getTexelPointer({ 0, 0, depth }, subresource)); in decodeBC() local
1404 uint8_t *dest = static_cast<uint8_t *>(decompressedImage->getTexelPointer({ 0, 0, depth }, subresource)); in decodeASTC() local
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c1088 char *dest; in rpng2_x_load_bg_image() local
1387 char *dest; rpng2_x_display_row() local
1628 char *dest; rpng2_x_redisplay_image() local
1875 char *dest; rpng2_x_reload_bg_image() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c2278 cppng(struct display *dp, const char *file, const char *gv dest) in cppng() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp279 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, in appendReplacement() argument
302 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement() argument
492 appendTail(UnicodeString &dest) appendTail() argument
508 appendTail(UText *dest, UErrorCode &status) appendTail() argument
1156 group(UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1161 group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1238 appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const appendGroup() argument
1384 getInput(UText *dest, UErrorCode &status) const getInput() argument
1710 replaceAll(UText *replacement, UText *dest, UErrorCode &status) replaceAll() argument
1767 replaceFirst(UText *replacement, UText *dest, UErrorCode &status) replaceFirst() argument
1978 utext_extract_replace(UText *src, UText *dest, int64_t start, int64_t limit, UErrorCode *status) utext_extract_replace() argument
2034 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) split() argument
2069 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) split() argument
2742 int64_t *dest = newFP; StateSave() local
[all...]
H A Drulebasedcollator.cpp64 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() argument
638 RuleBasedCollator::getReorderCodes(int32_t *dest, int32_t capacity, in getReorderCodes() argument
1308 getSortKey(const UnicodeString &s, uint8_t *dest, int32_t capacity) const getSortKey() argument
1314 getSortKey(const UChar *s, int32_t length, uint8_t *dest, int32_t capacity) const getSortKey() argument
1423 internalNextSortKeyPart(UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode &errorCode) const internalNextSortKeyPart() argument
[all...]
H A Duregex.cpp477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument
666 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument
736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument
1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument
1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument
1375 UChar *dest = *destBuf; appendReplacement() local
1447 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1448 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument
1648 UChar *dest = *destBuf; appendTail() local
1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp982 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation() local
H A Dreslist.cpp1558 StringResource::writeUTF16v2(int32_t base, UnicodeString &dest) { in writeUTF16v2() argument
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c1452 static bool source_output_may_move_to_cb(pa_source_output *o, pa_source *dest) { in source_output_may_move_to_cb() argument
1466 static bool sink_input_may_move_to_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_may_move_to_cb() argument
1479 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument
1520 sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) sink_input_moving_cb() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dzip.c311 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) in zip64local_putValue_inmemory() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
H A Ducnv.cpp1717 ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_fromUChars() argument
1773 ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_toUChars() argument
[all...]

Completed in 59 milliseconds

1...<<41424344454647484950>>...58