Home
last modified time | relevance | path

Searched refs:coord_expr (Results 1 – 25 of 38) sorted by relevance

12

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_hlsl.cpp3041 string coord_expr; in emit_texture_op() local
3046 coord_expr = to_expression(coord); in emit_texture_op()
3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
3065 coord_expr += ", 0.0"; in emit_texture_op()
3073 coord_expr += ", 0.0"; in emit_texture_op()
3078 coord_expr = "float4(" + coord_expr + ", " + to_expression(lod) + ")"; in emit_texture_op()
3082 coord_expr = "float4(" + coord_expr + ", " + to_expression(bias) + ")"; in emit_texture_op()
3086coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op()
3092 coord_expr = "float4(" + coord_expr + ", 1.0)"; in emit_texture_op()
3102 coord_expr = in emit_texture_op()
[all …]
H A Dspirv_glsl.cpp6783 auto coord_expr = in to_function_args() local
6793 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
6854 farg_str += coord_expr; in to_function_args()
6863 farg_str += coord_expr; in to_function_args()
11541 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11544 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11617 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11620 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11622 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
11657 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_hlsl.cpp3041 string coord_expr; in emit_texture_op() local
3046 coord_expr = to_expression(coord); in emit_texture_op()
3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
3065 coord_expr += ", 0.0"; in emit_texture_op()
3073 coord_expr += ", 0.0"; in emit_texture_op()
3078 coord_expr = "float4(" + coord_expr + ", " + to_expression(lod) + ")"; in emit_texture_op()
3082 coord_expr = "float4(" + coord_expr + ", " + to_expression(bias) + ")"; in emit_texture_op()
3086coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op()
3092 coord_expr = "float4(" + coord_expr + ", 1.0)"; in emit_texture_op()
3102 coord_expr = in emit_texture_op()
[all …]
H A Dspirv_glsl.cpp6783 auto coord_expr = in to_function_args() local
6793 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
6854 farg_str += coord_expr; in to_function_args()
6863 farg_str += coord_expr; in to_function_args()
11541 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11544 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11617 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11620 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11622 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
11657 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_hlsl.cpp3041 string coord_expr; in emit_texture_op() local
3046 coord_expr = to_expression(coord); in emit_texture_op()
3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
3065 coord_expr += ", 0.0"; in emit_texture_op()
3073 coord_expr += ", 0.0"; in emit_texture_op()
3078 coord_expr = "float4(" + coord_expr + ", " + to_expression(lod) + ")"; in emit_texture_op()
3082 coord_expr = "float4(" + coord_expr + ", " + to_expression(bias) + ")"; in emit_texture_op()
3086coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op()
3092 coord_expr = "float4(" + coord_expr + ", 1.0)"; in emit_texture_op()
3102 coord_expr = in emit_texture_op()
[all …]
H A Dspirv_glsl.cpp6783 auto coord_expr = in to_function_args() local
6793 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
6854 farg_str += coord_expr; in to_function_args()
6863 farg_str += coord_expr; in to_function_args()
11541 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11544 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11617 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11620 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11622 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
11657 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp3041 string coord_expr; in emit_texture_op() local
3046 coord_expr = to_expression(coord); in emit_texture_op()
3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
3065 coord_expr += ", 0.0"; in emit_texture_op()
3073 coord_expr += ", 0.0"; in emit_texture_op()
3078 coord_expr = "float4(" + coord_expr + ", " + to_expression(lod) + ")"; in emit_texture_op()
3082 coord_expr = "float4(" + coord_expr + ", " + to_expression(bias) + ")"; in emit_texture_op()
3086coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op()
3092 coord_expr = "float4(" + coord_expr + ", 1.0)"; in emit_texture_op()
3102 coord_expr = in emit_texture_op()
[all …]
H A Dspirv_glsl.cpp6783 auto coord_expr = in to_function_args() local
6793 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
6854 farg_str += coord_expr; in to_function_args()
6863 farg_str += coord_expr; in to_function_args()
11541 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11544 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11617 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11620 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11622 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
11657 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp3041 string coord_expr; in emit_texture_op() local
3046 coord_expr = to_expression(coord); in emit_texture_op()
3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
3065 coord_expr += ", 0.0"; in emit_texture_op()
3073 coord_expr += ", 0.0"; in emit_texture_op()
3078 coord_expr = "float4(" + coord_expr + ", " + to_expression(lod) + ")"; in emit_texture_op()
3082 coord_expr = "float4(" + coord_expr + ", " + to_expression(bias) + ")"; in emit_texture_op()
3086coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op()
3092 coord_expr = "float4(" + coord_expr + ", 1.0)"; in emit_texture_op()
3102 coord_expr = in emit_texture_op()
[all …]
H A Dspirv_glsl.cpp6783 auto coord_expr = in to_function_args() local
6793 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
6854 farg_str += coord_expr; in to_function_args()
6863 farg_str += coord_expr; in to_function_args()
11541 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11544 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11617 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
11620 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
11622 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
11657 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
[all …]
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/vipster/plugins/
H A Dpwinput.cpp145 std::string line, coord_expr;
157 linestream >> coord_expr;
158 at.coord[i] = te_interp(coord_expr.c_str(), &err_pos);
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/
H A Dspirv_hlsl.cpp2765 string coord_expr; in emit_texture_op() local
2768coord_expr = to_enclosed_expression(coord) + swizzle(coord_components, expression_type(coord).vecs… in emit_texture_op()
2770 coord_expr = to_expression(coord); in emit_texture_op()
2773 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
2782 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(lod) + ")"; in emit_texture_op()
2792 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(bias) + ")"; in emit_texture_op()
2798 coord_expr = in emit_texture_op()
2799 …join("int", coord_components + 1, "(", coord_expr, ", ", lod ? to_expression(lod) : string("0"), "… in emit_texture_op()
2803 expr += coord_expr; in emit_texture_op()
H A Dspirv_glsl.cpp5000 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
5060 farg_str += coord_expr; in to_function_args()
5069 farg_str += coord_expr; in to_function_args()
9191 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
9194 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
9205 … join("imageLoad(", to_expression(ops[2]), ", ", coord_expr, ", ", to_expression(samples), ")"); in emit_instruction()
9208 imgexpr = join("imageLoad(", to_expression(ops[2]), ", ", coord_expr, ")"); in emit_instruction()
9270 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
9273 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[1]).basetype, coord_expr); in emit_instruction()
9281 …statement("imageStore(", to_expression(ops[0]), ", ", coord_expr, ", ", to_expression(samples), ",… in emit_instruction()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_hlsl.cpp2787 string coord_expr; in emit_texture_op() local
2790coord_expr = to_enclosed_expression(coord) + swizzle(coord_components, expression_type(coord).vecs… in emit_texture_op()
2792 coord_expr = to_expression(coord); in emit_texture_op()
2795 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
2804 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(lod) + ")"; in emit_texture_op()
2814 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(bias) + ")"; in emit_texture_op()
2820 coord_expr = in emit_texture_op()
2821 …join("int", coord_components + 1, "(", coord_expr, ", ", lod ? to_expression(lod) : string("0"), "… in emit_texture_op()
2825 expr += coord_expr; in emit_texture_op()
H A Dspirv_glsl.cpp5274 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
5334 farg_str += coord_expr; in to_function_args()
5343 farg_str += coord_expr; in to_function_args()
9659 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
9662 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
9676 imgexpr = join("imageLoad(", to_expression(ops[2]), ", ", coord_expr, ")"); in emit_instruction()
9709 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
9712 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
9745 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
9748 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[1]).basetype, coord_expr); in emit_instruction()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_hlsl.cpp2787 string coord_expr; in emit_texture_op() local
2790coord_expr = to_enclosed_expression(coord) + swizzle(coord_components, expression_type(coord).vecs… in emit_texture_op()
2792 coord_expr = to_expression(coord); in emit_texture_op()
2795 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
2804 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(lod) + ")"; in emit_texture_op()
2814 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(bias) + ")"; in emit_texture_op()
2820 coord_expr = in emit_texture_op()
2821 …join("int", coord_components + 1, "(", coord_expr, ", ", lod ? to_expression(lod) : string("0"), "… in emit_texture_op()
2825 expr += coord_expr; in emit_texture_op()
H A Dspirv_glsl.cpp5274 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
5334 farg_str += coord_expr; in to_function_args()
5343 farg_str += coord_expr; in to_function_args()
9659 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
9662 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
9676 imgexpr = join("imageLoad(", to_expression(ops[2]), ", ", coord_expr, ")"); in emit_instruction()
9709 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
9712 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
9745 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
9748 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[1]).basetype, coord_expr); in emit_instruction()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp2761 string coord_expr; in emit_texture_op() local
2764coord_expr = to_enclosed_expression(coord) + swizzle(coord_components, expression_type(coord).vecs… in emit_texture_op()
2766 coord_expr = to_expression(coord); in emit_texture_op()
2769 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
2778 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(lod) + ")"; in emit_texture_op()
2788 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(bias) + ")"; in emit_texture_op()
2794 coord_expr = in emit_texture_op()
2795 …join("int", coord_components + 1, "(", coord_expr, ", ", lod ? to_expression(lod) : string("0"), "… in emit_texture_op()
2799 expr += coord_expr; in emit_texture_op()
H A Dspirv_glsl.cpp4944 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
5004 farg_str += coord_expr; in to_function_args()
5013 farg_str += coord_expr; in to_function_args()
9096 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
9099 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
9110 … join("imageLoad(", to_expression(ops[2]), ", ", coord_expr, ", ", to_expression(samples), ")"); in emit_instruction()
9113 imgexpr = join("imageLoad(", to_expression(ops[2]), ", ", coord_expr, ")"); in emit_instruction()
9175 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
9178 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[1]).basetype, coord_expr); in emit_instruction()
9186 …statement("imageStore(", to_expression(ops[0]), ", ", coord_expr, ", ", to_expression(samples), ",… in emit_instruction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dspirv_hlsl.cpp2978 string coord_expr; in emit_texture_op() local
2981coord_expr = to_enclosed_expression(coord) + swizzle(coord_components, expression_type(coord).vecs… in emit_texture_op()
2983 coord_expr = to_expression(coord); in emit_texture_op()
2986 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
2997 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(lod) + ")"; in emit_texture_op()
3005 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(bias) + ")"; in emit_texture_op()
3013 coord_expr = "float4(" + coord_expr + coord_filler + ", " + in emit_texture_op()
3025 coord_expr = in emit_texture_op()
3026 …join("int", coord_components + 1, "(", coord_expr, ", ", lod ? to_expression(lod) : string("0"), "… in emit_texture_op()
3030 expr += coord_expr; in emit_texture_op()
H A Dspirv_glsl.cpp5947 auto coord_expr = in to_function_args() local
5957 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
6018 farg_str += coord_expr; in to_function_args()
6027 farg_str += coord_expr; in to_function_args()
10630 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
10633 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
10706 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
10709 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
10711 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
10746 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_hlsl.cpp2819 string coord_expr; in emit_texture_op() local
2822coord_expr = to_enclosed_expression(coord) + swizzle(coord_components, expression_type(coord).vecs… in emit_texture_op()
2824 coord_expr = to_expression(coord); in emit_texture_op()
2827 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
2836 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(lod) + ")"; in emit_texture_op()
2846 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(bias) + ")"; in emit_texture_op()
2852 coord_expr = in emit_texture_op()
2853 …join("int", coord_components + 1, "(", coord_expr, ", ", lod ? to_expression(lod) : string("0"), "… in emit_texture_op()
2857 expr += coord_expr; in emit_texture_op()
H A Dspirv_glsl.cpp5658 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
5718 farg_str += coord_expr; in to_function_args()
5727 farg_str += coord_expr; in to_function_args()
10111 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
10114 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
10161 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
10164 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
10166 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
10201 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
10204 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[1]).basetype, coord_expr); in emit_instruction()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp2855 string coord_expr; in emit_texture_op() local
2858coord_expr = to_enclosed_expression(coord) + swizzle(coord_components, expression_type(coord).vecs… in emit_texture_op()
2860 coord_expr = to_expression(coord); in emit_texture_op()
2863 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op()
2872 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(lod) + ")"; in emit_texture_op()
2882 coord_expr = "float4(" + coord_expr + coord_filler + ", " + to_expression(bias) + ")"; in emit_texture_op()
2888 coord_expr = in emit_texture_op()
2889 …join("int", coord_components + 1, "(", coord_expr, ", ", lod ? to_expression(lod) : string("0"), "… in emit_texture_op()
2893 expr += coord_expr; in emit_texture_op()
H A Dspirv_glsl.cpp5688 coord_expr = bitcast_expression(expected_type, coord_type.basetype, coord_expr); in to_function_args()
5748 farg_str += coord_expr; in to_function_args()
5757 farg_str += coord_expr; in to_function_args()
10165 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
10168 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
10215 auto coord_expr = to_expression(ops[3]); in emit_instruction() local
10218 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[3]).basetype, coord_expr); in emit_instruction()
10220 auto expr = join(to_expression(ops[2]), ", ", coord_expr); in emit_instruction()
10255 auto coord_expr = to_expression(ops[1]); in emit_instruction() local
10258 coord_expr = bitcast_expression(target_coord_type, expression_type(ops[1]).basetype, coord_expr); in emit_instruction()
[all …]

12