Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/
H A Dspirv_msl.cpp5101 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
5115 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5128 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5134 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5152 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5164 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5176 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5235 …r += ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args()
5246 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args()
5443 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp508 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/
H A Dspirv_msl.cpp4978 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
4992 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5005 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5011 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5029 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5041 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5053 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
5112 …r += ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args()
5123 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args()
5320 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp508 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_msl.cpp7353 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
7367 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7388 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7398 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7402 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
7425 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7437 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7449 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7525 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args()
7731 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp686 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_msl.cpp7580 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
7594 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7615 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7625 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7629 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
7652 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7664 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7676 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7752 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args()
7958 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp717 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_msl.cpp7353 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
7367 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7388 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7398 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7402 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
7425 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7437 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7449 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7525 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args()
7731 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp686 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_msl.cpp7711 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
7725 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7746 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7756 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7760 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
7783 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7795 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7807 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
7883 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args()
8089 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp725 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dspirv_msl.cpp8132 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
8146 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8167 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8177 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8181 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
8202 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8214 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8226 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8286 …ound_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp) + in to_function_args()
8528 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp766 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_msl.cpp8893 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
8907 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8928 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8938 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8942 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
8963 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8975 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8987 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
9048 …ound_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp) + in to_function_args()
9311 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp826 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_msl.cpp8893 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
8907 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8928 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8938 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8942 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
8963 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8975 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8987 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
9048 …ound_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp) + in to_function_args()
9311 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp826 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_msl.cpp8893 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
8907 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8928 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8938 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8942 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
8963 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8975 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8987 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
9048 …ound_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp) + in to_function_args()
9311 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp826 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_msl.cpp8893 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
8907 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8928 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8938 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8942 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
8963 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8975 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8987 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
9048 …ound_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp) + in to_function_args()
9311 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp826 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_msl.cpp8893 bool coord_is_fp = type_is_floating_point(coord_type); in to_function_args() local
8907 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8928 tex_coords = "uint(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8938 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8942 tex_coords = "spvTexelBufferCoord(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ", " + in to_function_args()
8963 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8975 tex_coords = "uint3(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
8987 tex_coords = "uint2(" + round_fp_tex_coords(tex_coords, coord_is_fp) + ")"; in to_function_args()
9048 …ound_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp) + in to_function_args()
9311 string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is_fp) in round_fp_tex_coords() argument
[all …]
H A Dspirv_msl.hpp826 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/spirv-cross/
H A Dspirv_msl.hpp717 std::string round_fp_tex_coords(std::string tex_coords, bool coord_is_fp);