/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/ |
H A D | spirv_msl.cpp | 2983 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 3131 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 6157 expr += to_extract_component_expression(b, col); in emit_instruction() 7492 …tex_coords += " / " + convert_to_f32(to_extract_component_expression(coord, alt_coord_component), … in to_function_args() 7494 tex_coords += " / " + to_extract_component_expression(coord, alt_coord_component); in to_function_args() 7505 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ")"; in to_function_args() 7508 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args() 7522 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") % 6u"; in to_function_args() 7525 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args() 7533 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") / 6u"; in to_function_args() [all …]
|
H A D | spirv_glsl.hpp | 537 std::string to_extract_component_expression(uint32_t id, uint32_t index);
|
H A D | spirv_glsl.cpp | 2990 string CompilerGLSL::to_extract_component_expression(uint32_t id, uint32_t index) in to_extract_component_expression() function in CompilerGLSL 4177 expr += to_extract_component_expression(operand, i); in emit_unrolled_unary_op() 4212 … expr += bitcast_expression(target_type0, type0.basetype, to_extract_component_expression(op0, i)); in emit_unrolled_binary_op() 4214 expr += to_extract_component_expression(op0, i); in emit_unrolled_binary_op() 4221 … expr += bitcast_expression(target_type1, type1.basetype, to_extract_component_expression(op1, i)); in emit_unrolled_binary_op() 4223 expr += to_extract_component_expression(op1, i); in emit_unrolled_binary_op() 4724 …auto swiz = [this](uint32_t expression, uint32_t i) { return to_extract_component_expression(expre… in to_ternary_expression() 8612 args.push_back(to_extract_component_expression(vec1, elems[i] - type0.vecsize)); in emit_instruction() 8614 args.push_back(to_extract_component_expression(vec0, elems[i])); in emit_instruction()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/ |
H A D | spirv_msl.cpp | 3215 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 3363 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 6390 expr += to_extract_component_expression(b, col); in emit_instruction() 7719 …tex_coords += " / " + convert_to_f32(to_extract_component_expression(coord, alt_coord_component), … in to_function_args() 7721 tex_coords += " / " + to_extract_component_expression(coord, alt_coord_component); in to_function_args() 7732 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ")"; in to_function_args() 7735 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args() 7749 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") % 6u"; in to_function_args() 7752 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args() 7760 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") / 6u"; in to_function_args() [all …]
|
H A D | spirv_glsl.hpp | 561 std::string to_extract_component_expression(uint32_t id, uint32_t index);
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/ |
H A D | spirv_msl.cpp | 2983 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 3131 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 6157 expr += to_extract_component_expression(b, col); in emit_instruction() 7492 …tex_coords += " / " + convert_to_f32(to_extract_component_expression(coord, alt_coord_component), … in to_function_args() 7494 tex_coords += " / " + to_extract_component_expression(coord, alt_coord_component); in to_function_args() 7505 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ")"; in to_function_args() 7508 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args() 7522 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") % 6u"; in to_function_args() 7525 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args() 7533 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") / 6u"; in to_function_args() [all …]
|
H A D | spirv_glsl.hpp | 537 std::string to_extract_component_expression(uint32_t id, uint32_t index);
|
H A D | spirv_glsl.cpp | 2990 string CompilerGLSL::to_extract_component_expression(uint32_t id, uint32_t index) in to_extract_component_expression() function in CompilerGLSL 4177 expr += to_extract_component_expression(operand, i); in emit_unrolled_unary_op() 4212 … expr += bitcast_expression(target_type0, type0.basetype, to_extract_component_expression(op0, i)); in emit_unrolled_binary_op() 4214 expr += to_extract_component_expression(op0, i); in emit_unrolled_binary_op() 4221 … expr += bitcast_expression(target_type1, type1.basetype, to_extract_component_expression(op1, i)); in emit_unrolled_binary_op() 4223 expr += to_extract_component_expression(op1, i); in emit_unrolled_binary_op() 4724 …auto swiz = [this](uint32_t expression, uint32_t i) { return to_extract_component_expression(expre… in to_ternary_expression() 8612 args.push_back(to_extract_component_expression(vec1, elems[i] - type0.vecsize)); in emit_instruction() 8614 args.push_back(to_extract_component_expression(vec0, elems[i])); in emit_instruction()
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/ |
H A D | spirv_msl.cpp | 3342 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 3490 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 6517 expr += to_extract_component_expression(b, col); in emit_instruction() 7850 …tex_coords += " / " + convert_to_f32(to_extract_component_expression(coord, alt_coord_component), … in to_function_args() 7852 tex_coords += " / " + to_extract_component_expression(coord, alt_coord_component); in to_function_args() 7863 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ")"; in to_function_args() 7866 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args() 7880 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") % 6u"; in to_function_args() 7883 … ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp) + ")"; in to_function_args() 7891 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") / 6u"; in to_function_args() [all …]
|
H A D | spirv_glsl.hpp | 571 std::string to_extract_component_expression(uint32_t id, uint32_t index);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/ |
H A D | spirv_msl.cpp | 3613 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 3765 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 6912 expr += to_extract_component_expression(b, col); in emit_instruction() 8271 tex_coords += " / " + to_extract_component_expression(args.coord, alt_coord_component); in to_function_args() 8282 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ")"; in to_function_args() 8286 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() 8300 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") % 6u"; in to_function_args() 8303 …", uint(" + round_fp_tex_coords(to_extract_component_expression(args.coord, 2), coord_is_fp) + ")"; in to_function_args() 8312 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") / 6u"; in to_function_args() 8318 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() [all …]
|
H A D | spirv_hlsl.cpp | 2986 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op() 3014 to_extract_component_expression(coord, coord_components) + ")"; in emit_texture_op() 3041 …expr += to_enclosed_expression(dref) + " / " + to_extract_component_expression(coord, coord_compon… in emit_texture_op() 4738 expr += to_extract_component_expression(b, col); in emit_instruction()
|
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/ |
H A D | spirv_glsl.hpp | 511 std::string to_extract_component_expression(uint32_t id, uint32_t index);
|
H A D | spirv_msl.cpp | 4210 expr += to_extract_component_expression(b, col); in emit_instruction() 5096 …tex_coords += " / " + convert_to_f32(to_extract_component_expression(coord, alt_coord_component), … in to_function_args() 5098 tex_coords += " / " + to_extract_component_expression(coord, alt_coord_component); in to_function_args() 5110 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") % 6u"; in to_function_args() 5112 …farg_str += ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp… in to_function_args() 5120 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") / 6u"; in to_function_args() 5123 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args() 5138 …join(to_enclosed_expression(dref), " / ", to_extract_component_expression(coord, alt_coord_compone… in to_function_args()
|
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/ |
H A D | spirv_msl.cpp | 4333 expr += to_extract_component_expression(b, col); in emit_instruction() 5219 …tex_coords += " / " + convert_to_f32(to_extract_component_expression(coord, alt_coord_component), … in to_function_args() 5221 tex_coords += " / " + to_extract_component_expression(coord, alt_coord_component); in to_function_args() 5233 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") % 6u"; in to_function_args() 5235 …farg_str += ", uint(" + round_fp_tex_coords(to_extract_component_expression(coord, 2), coord_is_fp… in to_function_args() 5243 farg_str += ", uint(" + to_extract_component_expression(coord, 2) + ") / 6u"; in to_function_args() 5246 … round_fp_tex_coords(to_extract_component_expression(coord, alt_coord_component), coord_is_fp) + in to_function_args() 5261 …join(to_enclosed_expression(dref), " / ", to_extract_component_expression(coord, alt_coord_compone… in to_function_args()
|
H A D | spirv_glsl.hpp | 513 std::string to_extract_component_expression(uint32_t id, uint32_t index);
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/ |
H A D | spirv_msl.cpp | 3910 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 4062 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 7601 expr += to_extract_component_expression(b, col); in emit_instruction() 9033 tex_coords += " / " + to_extract_component_expression(args.coord, alt_coord_component); in to_function_args() 9044 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ")"; in to_function_args() 9048 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() 9062 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") % 6u"; in to_function_args() 9065 …", uint(" + round_fp_tex_coords(to_extract_component_expression(args.coord, 2), coord_is_fp) + ")"; in to_function_args() 9074 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") / 6u"; in to_function_args() 9080 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() [all …]
|
H A D | spirv_hlsl.cpp | 3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op() 3086 …coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op() 3115 …expr += to_enclosed_expression(dref) + " / " + to_extract_component_expression(coord, coord_compon… in emit_texture_op() 4818 expr += to_extract_component_expression(b, col); in emit_instruction()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/ |
H A D | spirv_msl.cpp | 3910 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 4062 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 7601 expr += to_extract_component_expression(b, col); in emit_instruction() 9033 tex_coords += " / " + to_extract_component_expression(args.coord, alt_coord_component); in to_function_args() 9044 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ")"; in to_function_args() 9048 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() 9062 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") % 6u"; in to_function_args() 9065 …", uint(" + round_fp_tex_coords(to_extract_component_expression(args.coord, 2), coord_is_fp) + ")"; in to_function_args() 9074 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") / 6u"; in to_function_args() 9080 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() [all …]
|
H A D | spirv_hlsl.cpp | 3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op() 3086 …coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op() 3115 …expr += to_enclosed_expression(dref) + " / " + to_extract_component_expression(coord, coord_compon… in emit_texture_op() 4818 expr += to_extract_component_expression(b, col); in emit_instruction()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/ |
H A D | spirv_msl.cpp | 3910 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 4062 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 7601 expr += to_extract_component_expression(b, col); in emit_instruction() 9033 tex_coords += " / " + to_extract_component_expression(args.coord, alt_coord_component); in to_function_args() 9044 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ")"; in to_function_args() 9048 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() 9062 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") % 6u"; in to_function_args() 9065 …", uint(" + round_fp_tex_coords(to_extract_component_expression(args.coord, 2), coord_is_fp) + ")"; in to_function_args() 9074 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") / 6u"; in to_function_args() 9080 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() [all …]
|
H A D | spirv_hlsl.cpp | 3049 coord_expr = coord_expr + " / " + to_extract_component_expression(coord, coord_components); in emit_texture_op() 3086 …coord_expr = "float4(" + coord_expr + ", " + to_extract_component_expression(coord, coord_componen… in emit_texture_op() 3115 …expr += to_enclosed_expression(dref) + " / " + to_extract_component_expression(coord, coord_compon… in emit_texture_op() 4818 expr += to_extract_component_expression(b, col); in emit_instruction()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/ |
H A D | spirv_msl.cpp | 3910 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 4062 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 7601 expr += to_extract_component_expression(b, col); in emit_instruction() 9033 tex_coords += " / " + to_extract_component_expression(args.coord, alt_coord_component); in to_function_args() 9044 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ")"; in to_function_args() 9048 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() 9062 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") % 6u"; in to_function_args() 9065 …", uint(" + round_fp_tex_coords(to_extract_component_expression(args.coord, 2), coord_is_fp) + ")"; in to_function_args() 9074 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") / 6u"; in to_function_args() 9080 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/ |
H A D | spirv_msl.cpp | 3910 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 4062 to_extract_component_expression(rhs_expression, c), ";"); in emit_store_statement() 7601 expr += to_extract_component_expression(b, col); in emit_instruction() 9033 tex_coords += " / " + to_extract_component_expression(args.coord, alt_coord_component); in to_function_args() 9044 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ")"; in to_function_args() 9048 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() 9062 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") % 6u"; in to_function_args() 9065 …", uint(" + round_fp_tex_coords(to_extract_component_expression(args.coord, 2), coord_is_fp) + ")"; in to_function_args() 9074 farg_str += ", uint(" + to_extract_component_expression(args.coord, 2) + ") / 6u"; in to_function_args() 9080 …round_fp_tex_coords(to_extract_component_expression(args.coord, alt_coord_component), coord_is_fp)… in to_function_args() [all …]
|
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/spirv-cross/ |
H A D | spirv_glsl.hpp | 569 std::string to_extract_component_expression(uint32_t id, uint32_t index);
|