Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp9618 uint32_t offset_expr = args.offset ? args.offset : args.coffset; in to_function_args() local
9620 forward = forward && should_forward(offset_expr); in to_function_args()
9621 auto &type = expression_type(offset_expr); in to_function_args()
9625 tex_coords += join(" + uint2(", bitcast_expression(SPIRType::UInt, offset_expr), ", 0)"); in to_function_args()
9627 tex_coords += join(" + uint2(", to_enclosed_expression(offset_expr), ", 0)"); in to_function_args()
9632 tex_coords += " + " + bitcast_expression(SPIRType::UInt, offset_expr); in to_function_args()
9634 tex_coords += " + " + to_enclosed_expression(offset_expr); in to_function_args()
9836 string offset_expr; in to_function_args() local
9841 offset_expr = to_expression(args.coffset); in to_function_args()
9847 offset_expr = to_expression(args.offset); in to_function_args()
[all …]