Lines Matching defs:overload
510 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, in emit_unary_call()
533 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, in emit_binary_call()
555 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, in emit_tertiary_call()
580 emit_quaternary_call(struct ntd_context *ctx, enum overload_type overload, in emit_quaternary_call()
693 enum overload_type overload) in emit_bufferload_call()
712 enum overload_type overload) in emit_bufferstore_call()
735 enum overload_type overload) in emit_textureload_call()
759 enum overload_type overload) in emit_texturestore_call()
2040 enum overload_type overload = get_overload(info->input_types[0], src_bits); in emit_unary_intin() local
2060 enum overload_type overload = get_overload(info->output_type, dst_bits); in emit_binary_intin() local
2087 enum overload_type overload = get_overload(info->output_type, dst_bits); in emit_tertiary_intin() local
2514 const struct dxil_value *offset, enum overload_type overload) in load_ubo()
3164 enum overload_type overload = get_overload(out_type, intr->src[0].ssa->bit_size); in emit_store_output_via_intrinsic() local
3330 enum overload_type overload = get_overload(out_type, intr->dest.ssa.bit_size); in emit_load_input_via_intrinsic() local
3674 enum overload_type overload = get_overload(in_type, 32); in emit_image_store() local
3734 enum overload_type overload = get_overload(out_type, 32); in emit_image_load() local
3867 enum overload_type overload; member