Home
last modified time | relevance | path

Searched refs:src (Results 6201 - 6225 of 13381) sorted by relevance

1...<<241242243244245246247248249250>>...536

/third_party/nghttp2/src/
H A Dhttp2.h293 int parse_http_status_code(const StringRef &src);
366 // Returns next URI-reference in Link header field value |src|. If no
370 std::vector<LinkHeader> parse_link_header(const StringRef &src);
415 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src);
431 // Copies |src| and return its lower-cased version.
432 StringRef copy_lower(BlockAllocator &balloc, const StringRef &src);
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c163 static void __sig_copy_sigaction(sigaction_t *src, sigaction_t *dst) in __sig_copy_sigaction() argument
165 dst->sa_handler = src->sa_handler; in __sig_copy_sigaction()
166 dst->sa_mask = src->sa_mask; in __sig_copy_sigaction()
167 dst->sa_flags = src->sa_flags; in __sig_copy_sigaction()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c148 static void __sig_copy_sigaction(sigaction_t *src, sigaction_t *dst) in __sig_copy_sigaction() argument
150 dst->sa_handler = src->sa_handler; in __sig_copy_sigaction()
151 dst->sa_mask = src->sa_mask; in __sig_copy_sigaction()
152 dst->sa_flags = src->sa_flags; in __sig_copy_sigaction()
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_xform.c137 const GLvector4f *src ) in ref_transform()
140 GLfloat *s = (GLfloat *)src->start; in ref_transform()
144 for ( i = 0 ; i < src->count ; i++ ) { in ref_transform()
146 s = (GLfloat *)((char *)s + src->stride); in ref_transform()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_live_variables.cpp80 if (inst->src[i].file == VGRF) { in setup_def_use()
83 const unsigned v = var_from_reg(alloc, inst->src[i], c, j); in setup_def_use()
281 if (inst->src[i].file == VGRF && in validate()
283 var_from_reg(alloc, inst->src[i], c), in validate()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c51 (ins->src[1] == ~0) && in mir_is_direct_aligned_ubo()
52 (ins->src[2] == ~0); in mir_is_direct_aligned_ubo()
254 unsigned idx = ins->src[i]; in mir_special_indices()
295 if (ins->src[1] == ~0) in midgard_promote_uniforms()
/third_party/ltp/tools/sparse/sparse-src/
H A Dssa.c79 remove_use(&insn->src); in kill_store()
106 if (!insn->bb || insn->src != addr) in rewrite_local_var()
253 addr = insn->src; in ssa_rename_insn()
263 addr = insn->src; in ssa_rename_insn()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode_to_instr.c153 ppir_src *src = ppir_node_get_src(succ, i); in ppir_do_one_node_to_instr() local
154 if (src && src->node == node) { in ppir_do_one_node_to_instr()
158 ppir_node_target_assign(src, node); in ppir_do_one_node_to_instr()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c132 nir_deref_instr *deref = nir_src_as_deref(instr->src[0]); in lower_store()
138 state->point_pos = instr->src[1].ssa; in lower_store()
141 state->point_size = instr->src[1].ssa; in lower_store()
144 state->varying[var->data.location] = instr->src[1].ssa; in lower_store()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h321 value* get_gpr_value(bool src, unsigned reg, unsigned chan, bool rel,
331 void add_pinned_gpr_values(vvec& vec, unsigned gpr, unsigned comp_mask, bool src);
379 alu_node* create_mov(value* dst, value* src);
380 alu_node* create_copy_mov(value *dst, value *src, unsigned affcost = 1);
H A Dsb_ra_checker.cpp118 void ra_checker::check_src_vec(node *n, unsigned id, vvec &vv, bool src) { in check_src_vec() argument
132 } else if (src) { in check_src_vec()
140 check_src_vec(n, 100, n->src, true); in check_op_src()
182 value *s = n->src[id]; in check_phi_src()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.h84 AluInstr(ESDOp op, const SrcValues& src, const std::set<AluModifiers>& flags);
106 VirtualValue& src(unsigned i) {assert(i < m_src.size() && m_src[i]); return *m_src[i];} in src() function in r600::AluInstr
107 const VirtualValue& src(unsigned i) const {assert(i < m_src.size() && m_src[i]); return *m_src[i];}
109 void set_sources(SrcValues src);
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c42 struct rc_src_register * src, in build_pred_src()
45 src->Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, in build_pred_src()
47 src->File = RC_FILE_TEMPORARY; in build_pred_src()
48 src->Index = fc_state->PredicateReg; in build_pred_src()
41 build_pred_src( struct rc_src_register * src, struct vert_fc_state * fc_state) build_pred_src() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp437 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer() local
442 deMemcpy(&dst[pixelPos], src, colorPixelSize); in fillBuffer()
456 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer() local
461 deMemcpy(&dst[pixelPos], src, colorPixelSize); in fillBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp437 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer() local
442 deMemcpy(&dst[pixelPos], src, colorPixelSize); in fillBuffer()
456 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer() local
461 deMemcpy(&dst[pixelPos], src, colorPixelSize); in fillBuffer()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dlocal_single_block_elim.cpp1207 %13 = OpString "src.MainPs"
1221 OpName %src_MainPs "src.MainPs"
1365 %13 = OpString "src.MainPs"
1379 OpName %src_MainPs "src.MainPs"
/third_party/skia/src/gpu/
H A DGrUniformDataManager.cpp8 #include "src/gpu/GrUniformDataManager.h"
11 #include "src/gpu/GrShaderVar.h"
33 const void* src, in copyUniforms()
45 const float* floatBits = static_cast<const float*>(src); in copyUniforms()
61 const int32_t* intBits = static_cast<const int32_t*>(src); in copyUniforms()
75 memcpy(dest, src, numUniforms * 4); in copyUniforms()
32 copyUniforms(void* dest, const void* src, int numUniforms, GrSLType uniformType) const copyUniforms() argument
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h15 #include "src/gpu/GrFinishCallbacks.h"
16 #include "src/gpu/GrGpu.h"
17 #include "src/gpu/GrRenderTarget.h"
18 #include "src/gpu/GrRingBuffer.h"
19 #include "src/gpu/GrSemaphore.h"
20 #include "src/gpu/GrStagingBufferManager.h"
21 #include "src/gpu/GrTexture.h"
23 #include "src/gpu/mtl/GrMtlAttachment.h"
24 #include "src/gpu/mtl/GrMtlCaps.h"
25 #include "src/gp
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h12 #include "src/gpu/GrGpu.h"
13 #include "src/gpu/GrRenderTarget.h"
14 #include "src/gpu/GrSemaphore.h"
15 #include "src/gpu/GrStagingBufferManager.h"
16 #include "src/gpu/d3d/GrD3DCaps.h"
17 #include "src/gpu/d3d/GrD3DCommandList.h"
18 #include "src/gpu/d3d/GrD3DResourceProvider.h"
206 bool onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
259 void copySurfaceAsCopyTexture(GrSurface* dst, GrSurface* src, GrD3DTextureResource* dstResource,
263 void copySurfaceAsResolve(GrSurface* dst, GrSurface* src, cons
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp8 #include "src/gpu/gl/GrGLBuffer.h"
11 #include "src/core/SkTraceEvent.h"
12 #include "src/gpu/GrGpuResourcePriv.h"
13 #include "src/gpu/gl/GrGLCaps.h"
14 #include "src/gpu/gl/GrGLGpu.h"
262 bool GrGLBuffer::onUpdateData(const void* src, size_t srcSizeInBytes) { in onUpdateData() argument
280 GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)srcSizeInBytes, src, fUsage)); in onUpdateData()
297 GL_CALL(BufferSubData(target, 0, (GrGLsizeiptr) srcSizeInBytes, src)); in onUpdateData()
305 GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)srcSizeInBytes, src, fUsage)); in onUpdateData()
/third_party/skia/src/core/
H A DSkYUVAPixmaps.cpp11 #include "src/core/SkConvertPixels.h"
12 #include "src/core/SkYUVAInfoLocation.h"
209 SkYUVAPixmaps SkYUVAPixmaps::MakeCopy(const SkYUVAPixmaps& src) { in MakeCopy() argument
210 if (!src.isValid()) { in MakeCopy()
213 SkYUVAPixmaps result = Allocate(src.pixmapsInfo()); in MakeCopy()
218 const SkPixmap& s = src.plane(i); in MakeCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dlocal_single_block_elim.cpp1207 %13 = OpString "src.MainPs"
1221 OpName %src_MainPs "src.MainPs"
1365 %13 = OpString "src.MainPs"
1379 OpName %src_MainPs "src.MainPs"
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dencode.h393 // Copy the pixels of *src into *dst, using WebPPictureAlloc. Upon return, *dst
397 WEBP_EXTERN int WebPPictureCopy(const WebPPicture* src, WebPPicture* dst);
400 // 'src' will be compared to 'ref', and the raw distortion stored into
404 // 'src/ref_stride' is the byte distance between rows.
406 WEBP_EXTERN int WebPPlaneDistortion(const uint8_t* src, size_t src_stride,
419 const WebPPicture* src, const WebPPicture* ref,
428 // must be fully be comprised inside the 'src' source picture. If the source
434 // Extracts a view from 'src' picture into 'dst'. The rectangle for the view
437 // the 'src' source picture. If the source picture uses the YUV420 colorspace,
439 // Picture 'src' mus
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftutil.c210 const char* src, in FT_BASE_DEF()
213 while ( size > 1 && *src != 0 ) in FT_BASE_DEF()
215 *dst++ = *src++; in FT_BASE_DEF()
221 return *src != 0; in FT_BASE_DEF()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-options.hh63 static void copy_buffer_properties (hb_buffer_t *dst, hb_buffer_t *src) in copy_buffer_properties()
66 hb_buffer_get_segment_properties (src, &props); in copy_buffer_properties()
68 hb_buffer_set_flags (dst, hb_buffer_get_flags (src)); in copy_buffer_properties()
69 hb_buffer_set_cluster_level (dst, hb_buffer_get_cluster_level (src)); in copy_buffer_properties()

Completed in 21 milliseconds

1...<<241242243244245246247248249250>>...536