Home
last modified time | relevance | path

Searched refs:t2d (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/dports/math/ggobi/ggobi-2.1.11/src/
H A Dtour2d.c415 gt_basis(dsp->t2d.Fa, dsp->t2d.nactive, dsp->t2d.active_vars, in tour2d_active_var_set()
563 gt_basis(dsp->t2d.Fa, dsp->t2d.nactive, dsp->t2d.active_vars, in tour2d_scramble()
645 increment_tour(dsp->t2d.tinc, dsp->t2d.tau, dsp->t2d.dist_az, in tour2d_run()
647 tour_reproject(dsp->t2d.tinc, dsp->t2d.G, dsp->t2d.Ga, dsp->t2d.Gz, in tour2d_run()
677 tour_reproject(dsp->t2d.tinc, dsp->t2d.G, dsp->t2d.Ga, dsp->t2d.Gz, in tour2d_run()
712 gt_basis(dsp->t2d.Fz, dsp->t2d.nactive, dsp->t2d.active_vars, in tour2d_run()
769 dsp->t2d.Gz, dsp->t2d.G, dsp->t2d.lambda, dsp->t2d.tv, dsp->t2d.Va, in tour2d_run()
770 dsp->t2d.Vz, dsp->t2d.tau, dsp->t2d.tinc, in tour2d_run()
778 dsp->t2d.Gz, dsp->t2d.G, dsp->t2d.lambda, dsp->t2d.tv, dsp->t2d.Va, in tour2d_run()
779 dsp->t2d.Vz, dsp->t2d.tau, dsp->t2d.tinc, in tour2d_run()
[all …]
H A Dtour2d_pp.c429 for (j=0; j<dsp->t2d.nactive; j++) in t2d_optimz()
431 dsp->t2d.F.vals[i][dsp->t2d.active_vars.els[j]]; in t2d_optimz()
433 dsp->t2d_pp_op.index_best = dsp->t2d.ppval; in t2d_optimz()
588 dsp->t2d.F.vals[i][dsp->t2d.active_vars.els[j]]; in t2d_pp_reinit()
589 dsp->t2d.ppval = 0.0; in t2d_pp_reinit()
590 dsp->t2d.oppval = -1.0; in t2d_pp_reinit()
651 for (j=0; j<dsp->t2d.nactive; j++) in t2d_switch_index()
657 for (j=0; j<dsp->t2d.nactive; j++) in t2d_switch_index()
659 dsp->t2d.F.vals[i][dsp->t2d.active_vars.els[j]]; in t2d_switch_index()
666 for (j=1; j<dsp->t2d.nactive; j++) in t2d_switch_index()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/emulators/qemu60/qemu-6.0.0/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/emulators/qemu5/qemu-5.2.0/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DText2D.java200 t2d.setMinFilter(t2d.BASE_LEVEL_LINEAR); in setupTexture()
201 t2d.setMagFilter(t2d.BASE_LEVEL_LINEAR); in setupTexture()
202 t2d.setImage(0, imageComponent); in setupTexture()
203 t2d.setEnable(true); in setupTexture()
204 t2d.setCapability(Texture.ALLOW_IMAGE_WRITE); in setupTexture()
205 t2d.setCapability(Texture.ALLOW_SIZE_READ); in setupTexture()
206 t2d.setCapability(Texture.ALLOW_ENABLE_READ); in setupTexture()
208 t2d.setCapability(Texture.ALLOW_FILTER_READ); in setupTexture()
211 t2d.setCapability(Texture.ALLOW_FILTER4_READ); in setupTexture()
212 return t2d; in setupTexture()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow); // ERROR, shadow mismatch
25 sampler2DShadow(t2d, s); // ERROR, shadow mismatch
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
74 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/emulators/qemu/qemu-6.2.0/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/virtio/
H A Dvirtio-gpu-bswap.h50 virtio_gpu_t2d_bswap(struct virtio_gpu_transfer_to_host_2d *t2d) in virtio_gpu_t2d_bswap() argument
52 virtio_gpu_ctrl_hdr_bswap(&t2d->hdr); in virtio_gpu_t2d_bswap()
53 le32_to_cpus(&t2d->r.x); in virtio_gpu_t2d_bswap()
54 le32_to_cpus(&t2d->r.y); in virtio_gpu_t2d_bswap()
55 le32_to_cpus(&t2d->r.width); in virtio_gpu_t2d_bswap()
56 le32_to_cpus(&t2d->r.height); in virtio_gpu_t2d_bswap()
57 le64_to_cpus(&t2d->offset); in virtio_gpu_t2d_bswap()
58 le32_to_cpus(&t2d->resource_id); in virtio_gpu_t2d_bswap()
59 le32_to_cpus(&t2d->padding); in virtio_gpu_t2d_bswap()
/dports/graphics/glslang/glslang-11.7.1/Test/
H A Dvulkan.frag5 uniform texture2D t2d; // ERROR, no binding
14 sampler2D(t2d); // ERROR, need 2 args
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
24 sampler2D(t2d, sShadow);
25 sampler2DShadow(t2d, s);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
77 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture
96 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/x86/
H A Dmsac.asm94 mov t4d, t2d
117 mov t2d, t3d
121 cmp t2d, 32
154 bsr ecx, t2d
157 shl t2d, cl
159 mov [t7+msac.rng], t2d
225 mov t4d, t2d
248 mov t2d, t3d
252 cmp t2d, 32
253 adc t2d, 0
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/x86/
H A Dmsac.asm94 mov t4d, t2d
117 mov t2d, t3d
121 cmp t2d, 32
154 bsr ecx, t2d
157 shl t2d, cl
159 mov [t7+msac.rng], t2d
225 mov t4d, t2d
248 mov t2d, t3d
252 cmp t2d, 32
253 adc t2d, 0
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/x86/
H A Dmsac.asm94 mov t4d, t2d
117 mov t2d, t3d
121 cmp t2d, 32
154 bsr ecx, t2d
156 shl t2d, cl
158 mov [t7+msac.rng], t2d
224 mov t4d, t2d
247 mov t2d, t3d
251 cmp t2d, 32
252 adc t2d, 0
[all …]

12345678910>>...33