Home
last modified time | relevance | path

Searched refs:copy_type (Results 1 – 25 of 690) sorted by last modified time

12345678910>>...28

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_copy_texture_CHROMIUM_unittest.cc532 if (copy_type == TexImage) { in RunCopyTexture()
704 if (copy_type == TexImage) { in TEST_P()
1007 if (copy_type == TexImage) { in TEST_P()
1249 if (copy_type == TexSubImage) { in TEST_P()
1268 if (copy_type == TexImage) { in TEST_P()
1318 if (copy_type == TexSubImage) { in TEST_P()
1327 if (copy_type == TexImage) { in TEST_P()
1369 if (copy_type == TexImage) { in TEST_P()
1444 if (copy_type == TexImage) { in TEST_P()
1559 if (copy_type == TexImage) { in TEST_P()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Ddevfsd.c239 struct copy_type { struct
256 struct copy_type copy; argument
/dports/print/hplip/hplip-3.20.6/ui5/
H A Ddevmgr5.py941 cpy = d.copy_type > COPY_TYPE_NONE and printer
1060 cpy = d.copy_type > COPY_TYPE_NONE and printer
/dports/print/hplip/hplip-3.20.6/ui4/
H A Ddevmgr5.py896 cpy = d.copy_type > COPY_TYPE_NONE and printer
1015 cpy = d.copy_type > COPY_TYPE_NONE and printer
/dports/print/hplip/hplip-3.20.6/ui/
H A Ddevmgr4.py1137 if self.cur_device.copy_type:
1272 (lambda : d.copy_type and d.device_type == DEVICE_TYPE_PRINTER and avail,
H A Dscrollcopy.py204 self.copy_type = self.dev.mq.get('copy-type', COPY_TYPE_DEVICE)
H A Dmakecopiesform.py130 if self.cur_device.copy_type == COPY_TYPE_NONE:
/dports/print/hplip/hplip-3.20.6/copier/
H A Dcopier.py104 self.copy_type = self.dev.copy_type
105 log.debug("Copy-type = %d" % self.copy_type)
184 if self.copy_type == COPY_TYPE_DEVICE:
194 elif self.copy_type == COPY_TYPE_AIO_DEVICE:
211 if self.copy_type == COPY_TYPE_DEVICE: # MFP
279 if self.copy_type == COPY_TYPE_DEVICE:
282 elif self.copy_type == COPY_TYPE_AIO_DEVICE:
290 if self.copy_type == COPY_TYPE_DEVICE:
320 elif self.copy_type == COPY_TYPE_AIO_DEVICE:
/dports/print/hplip/hplip-3.20.6/
H A Dmakecopies.py277 if fit_to_page is None and dev.copy_type == COPY_TYPE_DEVICE:
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dutil.c2578 …kt_vlen_hdr_primitives *hdr, pm_cfgreg_t wtc, int len, u_char *val, int copy_type /*, optional rea… in vlen_prims_insert() argument
2591 switch (copy_type) { in vlen_prims_insert()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/datacatalog/
H A Dtree.py575 self.copy_type = None
596 self.copy_type = self.selected_type[:]
609 self.copy_type = self.selected_type[:]
700 element=self.copy_type[i].label)
705 if map_exists(new_name, element=self.copy_type[i].label, env=env,
711 element=self.copy_type[i].label)
722 if self.copy_type[i].label == 'vector':
725 elif self.copy_type[i].label == 'raster':
748 if self.copy_type[i].label == 'raster_3d':
751 if map_exists(new_name, element=self.copy_type[i].label, env=env,
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_gather_ssa_types.c54 copy_type(unsigned src, unsigned dst, bool src_is_sink, in copy_type() function
76 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, float_types, progress); in copy_types()
77 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, int_types, progress); in copy_types()
H A Dnir_lower_memcpy.c122 const struct glsl_type *copy_type = in lower_memcpy_impl() local
127 copy_type, copy_size); in lower_memcpy_impl()
130 copy_type, copy_size); in lower_memcpy_impl()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/isl/
H A Disl_priv.h171 isl_memcpy_type copy_type);
180 isl_memcpy_type copy_type);
189 isl_memcpy_type copy_type);
198 isl_memcpy_type copy_type);
H A Disl_tiled_memcpy_normal.c42 isl_memcpy_type copy_type) in _isl_memcpy_linear_to_tiled() argument
45 has_swizzling, tiling, copy_type); in _isl_memcpy_linear_to_tiled()
55 isl_memcpy_type copy_type) in _isl_memcpy_tiled_to_linear() argument
58 has_swizzling, tiling, copy_type); in _isl_memcpy_tiled_to_linear()
H A Disl_tiled_memcpy_sse41.c43 isl_memcpy_type copy_type) in _isl_memcpy_linear_to_tiled_sse41() argument
46 has_swizzling, tiling, copy_type); in _isl_memcpy_linear_to_tiled_sse41()
56 isl_memcpy_type copy_type) in _isl_memcpy_tiled_to_linear_sse41() argument
59 has_swizzling, tiling, copy_type); in _isl_memcpy_tiled_to_linear_sse41()
H A Disl.c46 isl_memcpy_type copy_type) in isl_memcpy_linear_to_tiled() argument
49 if (copy_type == ISL_MEMCPY_STREAMING_LOAD) { in isl_memcpy_linear_to_tiled()
52 tiling, copy_type); in isl_memcpy_linear_to_tiled()
59 tiling, copy_type); in isl_memcpy_linear_to_tiled()
69 isl_memcpy_type copy_type) in isl_memcpy_tiled_to_linear() argument
72 if (copy_type == ISL_MEMCPY_STREAMING_LOAD) { in isl_memcpy_tiled_to_linear()
75 tiling, copy_type); in isl_memcpy_tiled_to_linear()
82 tiling, copy_type); in isl_memcpy_tiled_to_linear()
H A Disl.h2872 isl_memcpy_type copy_type);
2885 isl_memcpy_type copy_type);
H A Disl_tiled_memcpy.c598 choose_copy_function(isl_memcpy_type copy_type) in choose_copy_function() argument
600 switch(copy_type) { in choose_copy_function()
633 isl_memcpy_type copy_type) in linear_to_xtiled_faster() argument
678 isl_memcpy_type copy_type) in linear_to_ytiled_faster() argument
722 isl_memcpy_type copy_type) in xtiled_to_linear_faster() argument
778 isl_memcpy_type copy_type) in ytiled_to_linear_faster() argument
837 isl_memcpy_type copy_type) in linear_to_tiled() argument
905 copy_type); in linear_to_tiled()
928 isl_memcpy_type copy_type) in tiled_to_linear() argument
952 if (copy_type == ISL_MEMCPY_STREAMING_LOAD) { in tiled_to_linear()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/include/
H A Dapps.h107 int set_ext_copy(int *copy_type, const char *arg);
108 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/lib/
H A Dapps.c1192 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument
1195 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1197 *copy_type = EXT_COPY_ADD; in set_ext_copy()
1199 *copy_type = EXT_COPY_ALL; in set_ext_copy()
1205 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument
1212 if (copy_type == EXT_COPY_NONE) in copy_extensions()
1224 if (copy_type == EXT_COPY_ADD) in copy_extensions()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Dapps.h457 int set_ext_copy(int *copy_type, const char *arg);
458 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
H A Dapps.c1070 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument
1073 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1075 *copy_type = EXT_COPY_ADD; in set_ext_copy()
1077 *copy_type = EXT_COPY_ALL; in set_ext_copy()
1083 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument
1089 if (!x || !req || (copy_type == EXT_COPY_NONE)) in copy_extensions()
1100 if (copy_type == EXT_COPY_ADD) in copy_extensions()
/dports/security/openssl-devel/openssl-3.0.2/apps/include/
H A Dapps.h107 int set_ext_copy(int *copy_type, const char *arg);
108 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/dports/security/openssl-devel/openssl-3.0.2/apps/lib/
H A Dapps.c1192 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument
1195 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1197 *copy_type = EXT_COPY_ADD; in set_ext_copy()
1199 *copy_type = EXT_COPY_ALL; in set_ext_copy()
1205 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument
1212 if (copy_type == EXT_COPY_NONE) in copy_extensions()
1224 if (copy_type == EXT_COPY_ADD) in copy_extensions()

12345678910>>...28