Home
last modified time | relevance | path

Searched refs:direct_copy (Results 1 – 25 of 46) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgximage2.c122 bool direct_copy; in gx_begin_image2() local
176 direct_copy = in gx_begin_image2()
187 direct_copy = false; in gx_begin_image2()
229 if (!direct_copy) in gx_begin_image2()
261 if (direct_copy) { in gx_begin_image2()
308 if (!direct_copy) { in gx_begin_image2()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgximage2.c122 bool direct_copy; in gx_begin_image2() local
176 direct_copy = in gx_begin_image2()
187 direct_copy = false; in gx_begin_image2()
229 if (!direct_copy) in gx_begin_image2()
261 if (direct_copy) { in gx_begin_image2()
308 if (!direct_copy) { in gx_begin_image2()
H A Dgdevdgbr.c282 bool direct_copy = requested_includes_stored(dev, params, stored); in gx_get_bits_copy() local
315 if (!(skew & 7) && direct_copy) { in gx_get_bits_copy()
321 } else if (direct_copy) { in gx_get_bits_copy()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgximage2.c114 bool direct_copy = false; in gx_begin_image2() local
178 direct_copy = in gx_begin_image2()
228 if (!direct_copy) in gx_begin_image2()
260 if (direct_copy) { in gx_begin_image2()
307 if (!direct_copy) { in gx_begin_image2()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgximage2.c114 bool direct_copy = false; in gx_begin_image2() local
178 direct_copy = in gx_begin_image2()
228 if (!direct_copy) in gx_begin_image2()
260 if (direct_copy) { in gx_begin_image2()
307 if (!direct_copy) { in gx_begin_image2()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgximage2.c117 bool direct_copy = false; in gx_begin_image2() local
180 direct_copy = in gx_begin_image2()
230 if (!direct_copy) in gx_begin_image2()
262 if (direct_copy) { in gx_begin_image2()
309 if (!direct_copy) { in gx_begin_image2()
H A Dgdevdgbr.c283 bool direct_copy = requested_includes_stored(dev, params, stored); in gx_get_bits_copy() local
316 if (!(skew & 7) && direct_copy) { in gx_get_bits_copy()
322 } else if (direct_copy) { in gx_get_bits_copy()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgximage2.c117 bool direct_copy = false; in gx_begin_image2() local
180 direct_copy = in gx_begin_image2()
230 if (!direct_copy) in gx_begin_image2()
262 if (direct_copy) { in gx_begin_image2()
309 if (!direct_copy) { in gx_begin_image2()
H A Dgdevdgbr.c283 bool direct_copy = requested_includes_stored(dev, params, stored); in gx_get_bits_copy() local
316 if (!(skew & 7) && direct_copy) { in gx_get_bits_copy()
322 } else if (direct_copy) { in gx_get_bits_copy()
/dports/comms/soapyplutosdr/SoapyPlutoSDR-soapy-plutosdr-0.2.1/
H A DPlutoSDR_Streaming.cpp395 if (direct_copy) { in recv()
508 direct_copy = has_direct_copy(); in start()
510 SoapySDR_logf(SOAPY_SDR_INFO, "Has direct RX copy: %d", (int)direct_copy); in start()
618 direct_copy = has_direct_copy(); in tx_streamer()
620 SoapySDR_logf(SOAPY_SDR_INFO, "Has direct TX copy: %d", (int)direct_copy); in tx_streamer()
651 if (direct_copy && format == PLUTO_SDR_CS16) { in send()
657 else if (direct_copy && format == PLUTO_SDR_CS12) { in send()
H A DSoapyPlutoSDR.hpp53 bool direct_copy; member in rx_streamer
77 bool direct_copy; member in tx_streamer
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp519 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
523 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
525 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp534 bool direct_copy = is_direct_copy(inst); in opt_copy_propagation() local
538 entries[reg].value[i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation()
540 inst->saturate && direct_copy ? 1 << i : 0; in opt_copy_propagation()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/reorder/
H A Dcpu_reorder.hpp93 REG_SR(idt, any, odt, any, fmt_order::any, spec::direct_copy) \
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/reorder/
H A Dcpu_reorder.hpp95 REG_SR(idt, any, odt, any, fmt_order::any, spec::direct_copy), \
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevdgbr.c275 bool direct_copy = requested_includes_stored(dev, params, stored); in gx_get_bits_copy() local
308 if (!(skew & 7) && direct_copy) { in gx_get_bits_copy()
314 } else if (direct_copy) { in gx_get_bits_copy()

12