Home
last modified time | relevance | path

Searched refs:src (Results 6701 - 6725 of 14328) sorted by relevance

1...<<261262263264265266267268269270>>...574

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp642 std::ostringstream src; in initPrograms() local
643 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" in initPrograms()
653 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
658 std::ostringstream src; in initPrograms() local
659 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" in initPrograms()
685 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
690 std::ostringstream src; in initPrograms() local
691 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" in initPrograms()
726 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
731 std::ostringstream src; in initPrograms() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv_sse2.c14 #include "src/dsp/yuv.h"
18 #include "src/dsp/common_sse2.h"
69 static WEBP_INLINE __m128i Load_HI_16_SSE2(const uint8_t* src) { in Load_HI_16_SSE2() argument
71 return _mm_unpacklo_epi8(zero, _mm_loadl_epi64((const __m128i*)src)); in Load_HI_16_SSE2()
75 static WEBP_INLINE __m128i Load_UV_HI_8_SSE2(const uint8_t* src) { in Load_UV_HI_8_SSE2() argument
77 const __m128i tmp0 = _mm_cvtsi32_si128(*(const uint32_t*)src); in Load_UV_HI_8_SSE2()
450 // Load eight 16b-words from *src.
451 #define LOAD_16(src) _mm_loadu_si128((const __m128i*)(src))
757 static uint64_t SharpYUVUpdateY_SSE2(const uint16_t* ref, const uint16_t* src, in SharpYUVUpdateY_SSE2() argument
791 SharpYUVUpdateRGB_SSE2(const int16_t* ref, const int16_t* src, int16_t* dst, int len) SharpYUVUpdateRGB_SSE2() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc596 CordRepBtree* CordRepBtree::Merge(CordRepBtree* dst, CordRepBtree* src) { in Merge() argument
597 assert(dst->height() >= src->height()); in Merge()
599 // Capture source length as we may consume / destroy `src`. in Merge()
600 const size_t length = src->length; in Merge()
602 // We attempt to merge `src` at its corresponding height in `dst`. in Merge()
603 const int depth = dst->height() - src->height(); in Merge()
607 // If there is enough space in `merge_node` for all edges from `src`, add all in Merge()
609 // If `merge_node` does not have capacity for `src`, we rely on `Unwind` and in Merge()
610 // `Finalize` to merge `src` into the first level towards `root` where there in Merge()
613 if (merge_node->size() + src in Merge()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h352 // Moves elements from `src` into `this`. If the element already exists in
353 // `this`, it is left unmodified in `src`.
363 void merge(btree_container<T> &src) { // NOLINT in merge() argument
364 for (auto src_it = src.begin(); src_it != src.end();) { in merge()
366 src_it = src.erase(src_it); in merge()
382 void merge(btree_container<T> &&src) { in merge() argument
383 merge(src); in merge()
634 // Moves all elements from `src` into `this`.
644 void merge(btree_container<T> &src) { // NOLIN argument
660 merge(btree_container<T> &&src) merge() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp642 std::ostringstream src; in initPrograms() local
643 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" in initPrograms()
653 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
658 std::ostringstream src; in initPrograms() local
659 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" in initPrograms()
685 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
690 std::ostringstream src; in initPrograms() local
691 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" in initPrograms()
726 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
731 std::ostringstream src; in initPrograms() local
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_glue.c21 asmlinkage void __camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src,
24 asmlinkage void camellia_dec_blk(const void *ctx, u8 *dst, const u8 *src);
28 asmlinkage void __camellia_enc_blk_2way(const void *ctx, u8 *dst, const u8 *src,
31 asmlinkage void camellia_dec_blk_2way(const void *ctx, u8 *dst, const u8 *src);
34 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_encrypt() argument
36 camellia_enc_blk(crypto_tfm_ctx(tfm), dst, src); in camellia_encrypt() local
39 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_decrypt() argument
41 camellia_dec_blk(crypto_tfm_ctx(tfm), dst, src); in camellia_decrypt() local
1268 const u128 *src = (const u128 *)s; in camellia_decrypt_cbc_2way() local
1269 u128 iv = *src; in camellia_decrypt_cbc_2way()
1281 const u128 *src = (const u128 *)s; camellia_crypt_ctr() local
1297 const u128 *src = (const u128 *)s; camellia_crypt_ctr_2way() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c121 * field each for Key & Mask (for src and dst macs separately)
128 * src mac 0xffff0000 4 1
129 * src mac 0xffffffff 8 2
134 * src mac: 0xffffffffffff
225 netdev_dbg(bp->dev, "nat.src_xlate = %d src IP: %pI4 dst ip : %pI4\n", in bnxt_tc_parse_pedit()
403 ether_addr_copy(flow->l2_key.smac, match.key->src); in bnxt_tc_parse_flow()
404 ether_addr_copy(flow->l2_mask.smac, match.mask->src); in bnxt_tc_parse_flow()
429 flow->l3_key.ipv4.saddr.s_addr = match.key->src; in bnxt_tc_parse_flow()
430 flow->l3_mask.ipv4.saddr.s_addr = match.mask->src; in bnxt_tc_parse_flow()
438 flow->l3_key.ipv6.saddr = match.key->src; in bnxt_tc_parse_flow()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dvga16fb.c984 char __iomem *src; in vga_8planes_copyarea() local
995 src = info->screen_base + sx + area->sy * info->fix.line_length; in vga_8planes_copyarea()
998 readb(src); in vga_8planes_copyarea()
1000 src++; in vga_8planes_copyarea()
1003 src += line_ofs; in vga_8planes_copyarea()
1010 src = info->screen_base + sx + width + in vga_8planes_copyarea()
1014 --src; in vga_8planes_copyarea()
1016 readb(src); in vga_8planes_copyarea()
1019 src -= line_ofs; in vga_8planes_copyarea()
1036 char __iomem *src in vga16fb_copyarea() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c122 * field each for Key & Mask (for src and dst macs separately)
129 * src mac 0xffff0000 4 1
130 * src mac 0xffffffff 8 2
135 * src mac: 0xffffffffffff
226 netdev_dbg(bp->dev, "nat.src_xlate = %d src IP: %pI4 dst ip : %pI4\n", in bnxt_tc_parse_pedit()
404 ether_addr_copy(flow->l2_key.smac, match.key->src); in bnxt_tc_parse_flow()
405 ether_addr_copy(flow->l2_mask.smac, match.mask->src); in bnxt_tc_parse_flow()
430 flow->l3_key.ipv4.saddr.s_addr = match.key->src; in bnxt_tc_parse_flow()
431 flow->l3_mask.ipv4.saddr.s_addr = match.mask->src; in bnxt_tc_parse_flow()
439 flow->l3_key.ipv6.saddr = match.key->src; in bnxt_tc_parse_flow()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl.c1830 struct xfs_fs_eofblocks *src, in xfs_fs_eofblocks_from_user()
1833 if (src->eof_version != XFS_EOFBLOCKS_VERSION) in xfs_fs_eofblocks_from_user()
1836 if (src->eof_flags & ~XFS_EOF_FLAGS_VALID) in xfs_fs_eofblocks_from_user()
1839 if (memchr_inv(&src->pad32, 0, sizeof(src->pad32)) || in xfs_fs_eofblocks_from_user()
1840 memchr_inv(src->pad64, 0, sizeof(src->pad64))) in xfs_fs_eofblocks_from_user()
1844 if (src->eof_flags & XFS_EOF_FLAGS_SYNC) in xfs_fs_eofblocks_from_user()
1846 if (src->eof_flags & XFS_EOF_FLAGS_UID) in xfs_fs_eofblocks_from_user()
1848 if (src in xfs_fs_eofblocks_from_user()
1829 xfs_fs_eofblocks_from_user( struct xfs_fs_eofblocks *src, struct xfs_icwalk *dst) xfs_fs_eofblocks_from_user() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dvga16fb.c982 char __iomem *src; in vga_8planes_copyarea() local
993 src = info->screen_base + sx + area->sy * info->fix.line_length; in vga_8planes_copyarea()
996 readb(src); in vga_8planes_copyarea()
998 src++; in vga_8planes_copyarea()
1001 src += line_ofs; in vga_8planes_copyarea()
1008 src = info->screen_base + sx + width + in vga_8planes_copyarea()
1012 --src; in vga_8planes_copyarea()
1014 readb(src); in vga_8planes_copyarea()
1017 src -= line_ofs; in vga_8planes_copyarea()
1034 char __iomem *src in vga16fb_copyarea() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1642 if (res_ctx->pipe_ctx[i].stream->src.width != res_ctx->pipe_ctx[i].stream->dst.width || in allow_pixel_rate_crb()
1643 res_ctx->pipe_ctx[i].stream->src.height != res_ctx->pipe_ctx[i].stream->dst.height || in allow_pixel_rate_crb()
1685 pipes[pipe_cnt].pipe.src.immediate_flip = true; in dcn315_populate_dml_pipes_from_context()
1687 pipes[pipe_cnt].pipe.src.unbounded_req_mode = false; in dcn315_populate_dml_pipes_from_context()
1689 pipes[pipe_cnt].pipe.src.dcc_rate = 3; in dcn315_populate_dml_pipes_from_context()
1694 int bpp = source_format_to_bpp(pipes[pipe_cnt].pipe.src.source_format); in dcn315_populate_dml_pipes_from_context()
1709 pipes[pipe_cnt].pipe.src.det_size_override = approx_det_segs_required_for_pstate; in dcn315_populate_dml_pipes_from_context()
1745 pipes[pipe_cnt].pipe.src.det_size_override = 0; in dcn315_populate_dml_pipes_from_context()
1755 pipes[pipe_cnt].pipe.src.det_size_override += (remaining_det_segs - MIN_RESERVED_DET_SEGS) / crb_pipes + in dcn315_populate_dml_pipes_from_context()
1757 if (pipes[pipe_cnt].pipe.src in dcn315_populate_dml_pipes_from_context()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c150 struct buffer_desc *src; member
158 struct buffer_desc *src; member
382 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in one_packet()
411 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in one_packet()
964 skcipher_request_set_crypt(&rctx->fallback_req, areq->src, areq->dst, in ixp4xx_cipher_fallback()
989 if (sg_nents(req->src) > 1 || sg_nents(req->dst) > 1) in ablk_perform()
1016 scatterwalk_map_and_copy(req_ctx->iv, req->src, offset, ivsize, 0); in ablk_perform()
1018 if (req->src != req->dst) { in ablk_perform()
1034 req_ctx->src = NULL; in ablk_perform()
1035 if (!chainup_buffers(dev, req->src, nbyte in ablk_perform()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dalternative.c291 * Now, since the instruction stream is 'identical' at src and dst (it
294 * src_next_ip = src + ip_offset
300 * dst_imm = src_imm + (src + ip_offset) - (dst + ip_offset)
301 * = src_imm + src - dst + ip_offset - ip_offset
302 * = src_imm + src - dst (5)
328 bool need_reloc(unsigned long offset, u8 *src, size_t src_len) in need_reloc() argument
330 u8 *target = src + offset; in need_reloc()
335 return (target < src || target > src + src_len); in need_reloc()
339 apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_ argument
1775 text_poke_memcpy(void *dst, const void *src, size_t len) text_poke_memcpy() argument
1780 text_poke_memset(void *dst, const void *src, size_t len) text_poke_memset() argument
1789 __text_poke(text_poke_f func, void *addr, const void *src, size_t len) __text_poke() argument
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py139 src, dst = files[0].strip(), files[1].strip()
142 LOG.debug("Trying to push the file local {} to remote{}".format(src, dst))
143 real_src_path = get_file_absolute_path(src, self.paths)
146 "The src file {} to be pushed does not exist".format(src))
148 LOG.debug("Push file finished from {} to {}".format(src, dst))
248 src, dst = files[0].strip(), files[1].strip()
251 LOG.debug("Trying to push the file local {} to remote {}".format(src, dst))
254 real_src_path = get_file_absolute_path(src, self.paths)
256 real_src_path = self.__download_web_resource(device, src)
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c1106 uint8_t *src, *dst; in predict_motion() local
1138 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion()
1142 dst[x] = src[x]; in predict_motion()
1144 src += src_linesize; in predict_motion()
1148 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion()
1152 dst[x] = (uint8_t)((src[x] >> 1) + (src[x + 1] >> 1)); in predict_motion()
1156 src += src_linesize; in predict_motion()
1160 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion()
1164 dst[x] = (uint8_t)((src[ in predict_motion()
[all...]
/third_party/ffmpeg/libavutil/
H A Dcast5.c396 static void encipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src) in encipher() argument
399 l = AV_RB32(src); in encipher()
400 r = AV_RB32(src + 4); in encipher()
423 static void decipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src, uint8_t *iv) in decipher() argument
426 l = AV_RB32(src); in decipher()
427 r = AV_RB32(src + 4); in decipher()
449 memcpy(iv, src, 8); in decipher()
480 void av_cast5_crypt2(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, uint8_t *iv, int decrypt) in av_cast5_crypt2() argument
485 decipher(cs, dst, src, iv); in av_cast5_crypt2()
489 dst[i] = src[ in av_cast5_crypt2()
500 av_cast5_crypt(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, int decrypt) av_cast5_crypt() argument
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol.c1915 * \param src pointer to source
1917 void snd_ctl_elem_id_copy(snd_ctl_elem_id_t *dst, const snd_ctl_elem_id_t *src) in snd_ctl_elem_id_copy() argument
1919 assert(dst && src); in snd_ctl_elem_id_copy()
1920 *dst = *src; in snd_ctl_elem_id_copy()
2177 * \param src Pointer to source.
2179 void snd_ctl_card_info_copy(snd_ctl_card_info_t *dst, const snd_ctl_card_info_t *src) in snd_ctl_card_info_copy() argument
2181 assert(dst && src); in snd_ctl_card_info_copy()
2182 *dst = *src; in snd_ctl_card_info_copy()
2327 * \param src pointer to source
2329 void snd_ctl_event_copy(snd_ctl_event_t *dst, const snd_ctl_event_t *src) in snd_ctl_event_copy() argument
2415 snd_ctl_elem_list_copy(snd_ctl_elem_list_t *dst, const snd_ctl_elem_list_t *src) snd_ctl_elem_list_copy() argument
2604 snd_ctl_elem_info_copy(snd_ctl_elem_info_t *dst, const snd_ctl_elem_info_t *src) snd_ctl_elem_info_copy() argument
3218 snd_ctl_elem_value_copy(snd_ctl_elem_value_t *dst, const snd_ctl_elem_value_t *src) snd_ctl_elem_value_copy() argument
[all...]
/third_party/lame/frontend/
H A Dparse.c205 char* src = "A"; in currCharCodeSize() local
210 char* i_ptr = src; in currCharCodeSize()
226 char* fromLatin1( char* src )
229 if (src != 0) {
230 size_t const l = strlen(src);
237 char* i_ptr = src;
250 char* fromUtf16( char* src )
253 if (src != 0) {
254 size_t const l = strlenMultiByte(src, 2);
261 char* i_ptr = (char*)src;
[all...]
/third_party/lwip/src/core/
H A Dtcp_out.c97 #define TCP_DATA_COPY(dst, src, len, seg) do { \
98 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), \
101 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) \
102 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), len, chksum, chksum_swapped);
104 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len)
105 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) MEMCPY(dst, src, len)
132 tcp_route(const struct tcp_pcb *pcb, const ip_addr_t *src, const ip_addr_t *dst) in tcp_route() argument
134 LWIP_UNUSED_ARG(src); /* i in tcp_route()
1934 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, const ip_addr_t *src, const ip_addr_t *dst) tcp_output_control_segment() argument
[all...]
H A Dtcp_in.c231 tcphdr->src = lwip_ntohs(tcphdr->src);
267 pcb->remote_port == tcphdr->src &&
269 if (pcb->remote_port == tcphdr->src &&
305 pcb->remote_port == tcphdr->src &&
307 if (pcb->remote_port == tcphdr->src &&
597 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
670 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
672 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection request %"U16_F" -> %"U16_F".\n", tcphdr->src, tcphdr->dest));
702 npcb->remote_port = tcphdr->src;
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c850 blit.src.resource = trans->staging.rsrc; in pan_blit_from_staging()
851 blit.src.format = pan_blit_format(trans->staging.rsrc->format); in pan_blit_from_staging()
852 blit.src.level = 0; in pan_blit_from_staging()
853 blit.src.box = trans->staging.box; in pan_blit_from_staging()
854 blit.mask = util_format_get_mask(blit.src.format); in pan_blit_from_staging()
863 struct pipe_resource *src = trans->base.resource; in pan_blit_to_staging() local
866 blit.src.resource = src; in pan_blit_to_staging()
867 blit.src.format = pan_blit_format(src in pan_blit_to_staging()
926 void *src = transfer->map + (ptrans->layer_stride * z); panfrost_store_tiled_images() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp339 std::ostringstream src; in initPrograms() local
340 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
355 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
361 std::ostringstream src; in initPrograms() local
362 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
375 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()) << buildOptions; in initPrograms()
381 std::ostringstream src; in initPrograms() local
382 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
406 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
412 std::ostringstream src; in initPrograms() local
439 std::ostringstream src; initPrograms() local
472 std::ostringstream src; initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp738 std::ostringstream src; in initProgramsDrawWithUBO() local
739 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initProgramsDrawWithUBO()
752 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initProgramsDrawWithUBO()
762 std::ostringstream src; in initProgramsDrawWithUBO() local
763 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initProgramsDrawWithUBO()
781 src << " const int nonAliasedSize = (numChunks > 1 ? dataSize - chunkSize : dataSize);\n"; in initProgramsDrawWithUBO()
783 src << " bool ok = true;\n" in initProgramsDrawWithUBO()
790 src << " if (ndx >= chunkSize && ndx < 2*chunkSize)\n" in initProgramsDrawWithUBO()
797 src << " if (ndx >= chunkSize && ndx < 2*chunkSize)\n" in initProgramsDrawWithUBO()
802 src << " o in initProgramsDrawWithUBO()
1060 std::ostringstream src; initProgramsDrawGrid() local
1081 std::ostringstream src; initProgramsDrawGrid() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp72 static vector<RequiredExtension> checkAndSpecializeExtensions (const vector<RequiredExtension>& src, in checkAndSpecializeExtensions() argument
77 for (size_t extNdx = 0; extNdx < src.size(); ++extNdx) in checkAndSpecializeExtensions()
79 const RequiredExtension& extension = src[extNdx]; in checkAndSpecializeExtensions()
283 static string specializeVertexShader (const ShaderCaseSpecification& spec, const std::string& src, const vector<RequiredExtension>& extensions) in specializeVertexShader() argument
348 StringTemplate tmpl (src); in specializeVertexShader()
356 static string specializeFragmentShader (const ShaderCaseSpecification& spec, const std::string& src, const vector<RequiredExtension>& extensions) in specializeFragmentShader() argument
415 StringTemplate tmpl (src); in specializeFragmentShader()
569 const ProgramSources& src, in specializeShaderSources()
574 if (!src.sources[shaderType].empty()) in specializeShaderSources()
578 for (size_t ndx = 0; ndx < src in specializeShaderSources()
568 specializeShaderSources(ProgramSources& dst, const ProgramSources& src, const ProgramSpecializationParams& specParams, glu::ShaderType shaderType, map<string, string> (*specializationGenerator) (const ProgramSpecializationParams& specParams)) specializeShaderSources() argument
589 specializeProgramSources(glu::ProgramSources& dst, const glu::ProgramSources& src, const ProgramSpecializationParams& specParams) specializeProgramSources() argument
[all...]

Completed in 44 milliseconds

1...<<261262263264265266267268269270>>...574